https://github.com/summerblue/vuejs-essential
https://github.com/summerblue/vuejs-essential
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/summerblue/vuejs-essential
- Owner: summerblue
- Created: 2021-06-07T01:07:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T01:26:48.000Z (about 4 years ago)
- Last Synced: 2025-02-09T18:25:43.373Z (4 months ago)
- Language: Vue
- Size: 319 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-essential
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).