From 8d70ba137e925dd815327dcf53d3431bf25485c9 Mon Sep 17 00:00:00 2001 From: zhangdaihao Date: Fri, 1 Mar 2019 20:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=A0=BC=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8b306c8c..03fc1932 100644 --- a/README.md +++ b/README.md @@ -159,25 +159,21 @@ JeecgBoot的宗旨是降低前后端分离的开发成本,提高UI能力的同 ```bash git clone https://github.com/zhangdaiscott/jeecg-boot.git cd jeecg-boot/ant-design-jeecg-vue -``` -- 安装依赖 ``` +# 安装yarn +npm install -g yarn + +# 下载依赖 yarn install -``` -- 开发模式运行 -``` -yarn run serve -``` +# 启动 +yarn start -- 编译项目 -``` +# 编译项目 yarn run build -``` -- Lints and fixes files -``` +# Lints and fixes files yarn run lint ```