We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d660d93 commit 403192cCopy full SHA for 403192c
README.md
@@ -197,12 +197,6 @@ vue next 系列:
197
yarn start
198
```
199
200
-or
201
-
202
-```shell
203
- npm install
204
- npm run start
205
-```
206
207
### 单独启动 Mock
208
@@ -216,10 +210,6 @@ or
216
210
```shell
217
211
yarn mock
218
212
219
220
221
- npm run mock
222
223
213
224
214
mock 需要部署到服务器,单独项目地址:https://github.com/rcyj-FED/admin-tmpl-mock
225
215
mock在线测试地址:https://admin-tmpl-mock-test.rencaiyoujia.cn/
@@ -230,10 +220,6 @@ mock在线测试地址:https://admin-tmpl-mock-test.rencaiyoujia.cn/
230
231
yarn serve:dev
232
233
234
235
- npm run serve:dev
236
237
238
多环境命令查看package.json script:
239
@@ -252,11 +238,6 @@ or
252
253
yarn lint
254
240
255
256
257
- npm run lint
258
259
260
241
261
242
提交自动检测:
262
243
0 commit comments