balmjs / template-vue-master

A Vue.js project with router & store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BalmJS template - vue-master

A Vue project with router & store (for vue2)

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

balm init vue-master 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 & store


Languages

Language:JavaScript 70.8%Language:Vue 22.0%Language:SCSS 5.4%Language:HTML 1.8%