From df9ca7a1a0a1026590ad48e2172c62a5ab94c354 Mon Sep 17 00:00:00 2001 From: MrXujiang <15671677807@163.com> Date: Tue, 24 Nov 2020 15:01:51 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=90=8E=E7=9A=84=E4=BB=A3=E7=A0=81=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 85f4267..66720a7 100644 --- a/readme.md +++ b/readme.md @@ -138,6 +138,7 @@ cnpm install ``` ## Usage + 本地启动应用 | Launch the app locally ```sh yarn start @@ -145,6 +146,12 @@ or cnpm run start ``` +## How to run the downloaded code ? + + 1. 可以将压缩包解压直接放到服务器根目录, 访问根目录地址即可 + 2. `vscode`安装Live Server插件, 将下载的压缩包解压成文件夹, 用`vscode`打开, 点击Live Server即可, 注意要删除启动路径的`index.html`, 改成`/` + + 如发现本地启动后组件拖拽遇到奇怪的报错, 是应为第三方组件在开发环境的bug, 可以采用一下方式解决: > If you find that the local start-up component drag encountered strange errors, is a bug that should be a third-party component in the development environment, can be resolved in a way: