jeecg-boot-vue3/README.md

34 lines
326 B
Markdown
Raw Normal View History

2021-10-20 06:32:09 +00:00
## Install and use
2021-10-20 07:31:06 +00:00
- 技术文档
2021-10-20 07:31:51 +00:00
2021-10-20 07:31:06 +00:00
[http://vue3.jeecg.com](http://vue3.jeecg.com)
2021-10-20 06:32:09 +00:00
- Get the project code
```bash
2021-10-23 03:45:05 +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
```