提交 8d70ba13 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

说明格式修改

上级 12b5513f
...@@ -159,25 +159,21 @@ JeecgBoot的宗旨是降低前后端分离的开发成本,提高UI能力的同 ...@@ -159,25 +159,21 @@ JeecgBoot的宗旨是降低前后端分离的开发成本,提高UI能力的同
```bash ```bash
git clone https://github.com/zhangdaiscott/jeecg-boot.git git clone https://github.com/zhangdaiscott/jeecg-boot.git
cd jeecg-boot/ant-design-jeecg-vue cd jeecg-boot/ant-design-jeecg-vue
```
- 安装依赖
``` ```
# 安装yarn
npm install -g yarn
# 下载依赖
yarn install yarn install
```
- 开发模式运行 # 启动
``` yarn start
yarn run serve
```
- 编译项目 # 编译项目
```
yarn run build yarn run build
```
- Lints and fixes files # Lints and fixes files
```
yarn run lint yarn run lint
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册