Skip to content

balmjs/template-vue-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published