balmjs / template-vue-expert

A Vue.js project with router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BalmJS template - vue-expert

A Vue.js project with router

Requirements

npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
# Verify
balm -V

# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0

Installation

  • For vue3

    balm init vue-expert my-project
  • For vue2

    balm init vue-expert#legacy my-project
cd my-project
yarn
# or
npm i
  • (Recommended) BalmUI for your project

Enjoy

# For development
npm run dev

# For production
npm run prod

About

A Vue.js project with router


Languages

Language:JavaScript 70.9%Language:Vue 18.0%Language:SCSS 8.5%Language:HTML 2.6%