Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bchiang7/vue-cli-boilerplate
https://github.com/bchiang7/vue-cli-boilerplate
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bchiang7/vue-cli-boilerplate
- Owner: bchiang7
- Created: 2019-04-22T19:38:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T19:39:11.000Z (over 5 years ago)
- Last Synced: 2024-10-11T13:31:16.108Z (29 days ago)
- Language: Vue
- Size: 604 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-boilerplate
## Project setup
```bash
yarn install
```### Compiles and hot-reloads for development
```bash
yarn run serve
```### Compiles and minifies for production
```bash
yarn run build
```### Run your tests
```bash
yarn run test
```### Lints and fixes files
```bash
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).