diff --git a/README.md b/README.md index 2dd3c2e..2283641 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # testlink - +新疆互联网违法和不良信息举报中心--全平台连接测试工具 ## Project setup ``` npm install @@ -7,7 +7,7 @@ ### Compiles and hot-reloads for development ``` -npm run serve +npm run dev ``` ### Compiles and minifies for production diff --git a/README.md b/README.md index 2dd3c2e..2283641 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # testlink - +新疆互联网违法和不良信息举报中心--全平台连接测试工具 ## Project setup ``` npm install @@ -7,7 +7,7 @@ ### Compiles and hot-reloads for development ``` -npm run serve +npm run dev ``` ### Compiles and minifies for production diff --git a/package.json b/package.json index c579c84..747376f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "serve": "vue-cli-service serve", + "dev": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" },