Compare commits
No commits in common. "master" and "6ac63acbbf4b7cfca310489c63b731cb1bf2059f" have entirely different histories.
master
...
6ac63acbbf
19
README.md
19
README.md
|
@ -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/).
|
||||||
|
|
Loading…
Reference in New Issue