https://github.com/balmjs/template-vue-master
A Vue.js project with router & store
https://github.com/balmjs/template-vue-master
balm balm-cli vue
Last synced: about 2 months ago
JSON representation
A Vue.js project with router & store
- Host: GitHub
- URL: https://github.com/balmjs/template-vue-master
- Owner: balmjs
- Created: 2016-11-26T01:54:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T07:29:53.000Z (over 2 years ago)
- Last Synced: 2024-05-27T12:33:24.736Z (12 months ago)
- Topics: balm, balm-cli, vue
- Language: JavaScript
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BalmJS template - `vue-master`
> A Vue project with router & store (for vue2)
## Requirements
```sh
npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
``````sh
# Verify
balm -V# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0
```## Installation
```sh
balm init vue-master my-projectcd my-project
yarn
# or
npm i
```- (Recommended) [BalmUI](https://v8.material.balmjs.com/) for your project
## Enjoy
```sh
# For development
npm run dev# For production
npm run prod
```- thx [BalmJS](https://github.com/balmjs/balm)