CEES-manage/README.md

34 lines
326 B
Markdown
Raw Normal View History

2021-10-20 14:32:09 +08:00
## Install and use
2021-10-20 15:31:06 +08:00
- 技术文档
2021-10-20 15:31:51 +08:00
2021-10-20 15:31:06 +08:00
[http://vue3.jeecg.com](http://vue3.jeecg.com)
2021-10-20 14:32:09 +08:00
- Get the project code
```bash
2021-10-23 11:45:05 +08:00
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
2021-10-20 14:32:09 +08:00
```
- Installation dependencies
```bash
2021-10-23 11:50:53 +08:00
cd jeecg-boot-vue3
2021-10-20 14:32:09 +08:00
yarn install
```
- run
```bash
yarn serve
```
- build
```bash
yarn build
```