Merge remote-tracking branch 'origin/master'

pull/1/head
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 商城
# Vue Shopping
> TODO > TODO

View File

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