jeecg-boot-vue3/README.zh-CN.md

38 lines
410 B
Markdown
Raw Normal View History

2021-10-20 06:32:09 +00:00
## Install and use
2021-10-23 03:50:53 +00:00
- 技术文档
[http://vue3.jeecg.com](http://vue3.jeecg.com)
2021-10-29 01:45:53 +00:00
- 在线演示beta版本
[http://boot3.jeecg.com](http://boot3.jeecg.com)
2021-10-23 03:50:53 +00:00
- Get the project code
2021-10-20 06:32:09 +00:00
```bash
2021-10-23 03:50:53 +00:00
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
2021-10-20 06:32:09 +00:00
```
- Installation dependencies
```bash
2021-10-23 03:50:53 +00:00
cd jeecg-boot-vue3
2021-10-20 06:32:09 +00:00
yarn install
```
- run
```bash
yarn serve
```
- build
```bash
yarn build
```