CEES-manage/README.zh-CN.md

38 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Install and use
- 技术文档
[http://vue3.jeecg.com](http://vue3.jeecg.com)
- 在线演示beta版本
[http://boot3.jeecg.com](http://boot3.jeecg.com)
- Get the project code
```bash
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
```
- Installation dependencies
```bash
cd jeecg-boot-vue3
yarn install
```
- run
```bash
yarn serve
```
- build
```bash
yarn build
```