From a21baf717c47a3feb2bdad5f6be8f9762ee2b173 Mon Sep 17 00:00:00 2001 From: "yangzhao635226@163.com" Date: Tue, 28 Jul 2020 10:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84run=20server=E4=B8=BAserve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diboot-docs/guide/diboot-antd-admin/开始使用.md | 4 ++-- diboot-docs/guide/diboot-element-admin/开始使用.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/diboot-docs/guide/diboot-antd-admin/开始使用.md b/diboot-docs/guide/diboot-antd-admin/开始使用.md index 0c368cf..3bcc0dd 100644 --- a/diboot-docs/guide/diboot-antd-admin/开始使用.md +++ b/diboot-docs/guide/diboot-antd-admin/开始使用.md @@ -54,9 +54,9 @@ devServer: { 执行以下命令启动项目 ```bash -yarn server +yarn serve # OR -npm run server +npm run serve ``` 运行完成后,点击命令行提示出的地址,打开页面成功,项目启动就完成了。 diff --git a/diboot-docs/guide/diboot-element-admin/开始使用.md b/diboot-docs/guide/diboot-element-admin/开始使用.md index a03eee0..8afe9a5 100644 --- a/diboot-docs/guide/diboot-element-admin/开始使用.md +++ b/diboot-docs/guide/diboot-element-admin/开始使用.md @@ -29,9 +29,9 @@ npm install 执行以下命令启动项目 ```bash -yarn server +yarn serve # OR -npm run server +npm run serve ``` 运行完成后,点击命令行提示出的地址,打开页面成功,项目启动就完成了。