Merge remote-tracking branch 'origin/master'

This commit is contained in:
YunaiV 2019-03-05 19:21:48 +08:00
commit 1c134a20ef
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,3 @@
# Vue Shopping
# vue 商城
> TODO

View File

@ -3,7 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},