1
0
Fork 0

Compare commits

..

No commits in common. "master" and "6ac63acbbf4b7cfca310489c63b731cb1bf2059f" have entirely different histories.

1 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,4 @@
# 「5G 赛道」前端 # vue-general
## 技术栈
JavaScript / Vue.js / Node.js / CSS
## Project setup ## Project setup
``` ```
@ -18,3 +14,16 @@ npm run serve
``` ```
npm run build 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/).