From a4bbea31c54a56e222771591c14417944a01f7d0 Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Sun, 7 Mar 2021 11:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 4e6fa74..76604df 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,6 @@ yarn yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass ``` -## 安装 cool/modules 模块的依赖 - -安装 `cl-admin-cli` 脚手架: - -```shell -npm install cl-admin-cli -g -``` - -安装模块依赖: - -```shell -cl install -``` - ## 运行应用程序 安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 [http://localhost:9000](http://localhost:9000)