https://github.com/weibozzz/init-vue
vue-cli3 初始化模板
https://github.com/weibozzz/init-vue
Last synced: about 2 months ago
JSON representation
vue-cli3 初始化模板
- Host: GitHub
- URL: https://github.com/weibozzz/init-vue
- Owner: Weibozzz
- Created: 2019-04-02T13:29:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T02:25:19.000Z (about 6 years ago)
- Last Synced: 2025-01-28T02:42:13.717Z (4 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# init
## 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/).