Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmis1000/vue2-playbook
Some experimental pattern of using vue2.0
https://github.com/mmis1000/vue2-playbook
Last synced: about 2 months ago
JSON representation
Some experimental pattern of using vue2.0
- Host: GitHub
- URL: https://github.com/mmis1000/vue2-playbook
- Owner: mmis1000
- Created: 2019-04-12T10:04:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:49:16.000Z (about 2 years ago)
- Last Synced: 2024-04-14T22:53:56.608Z (9 months ago)
- Language: Vue
- Size: 6.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-playbook
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).