https://github.com/jsoon/vue-project-2.x
vue 2.x 脚手架
https://github.com/jsoon/vue-project-2.x
Last synced: 5 months ago
JSON representation
vue 2.x 脚手架
- Host: GitHub
- URL: https://github.com/jsoon/vue-project-2.x
- Owner: JSoon
- License: mit
- Created: 2021-07-07T07:14:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T03:41:00.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T00:48:25.298Z (over 1 year ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-project-2.x
vue 2.x 项目脚手架
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).