jeecg-boot-vue3/README.md

33 lines
323 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
- 技术文档
[http://vue3.jeecg.com](http://vue3.jeecg.com)
2021-10-20 06:32:09 +00:00
- Get the project code
```bash
git clone https://github.com/jeecg/vue3-jeecg-admin.git
```
- Installation dependencies
```bash
cd vue3-jeecg-admin
yarn install
```
- run
```bash
yarn serve
```
- build
```bash
yarn build
```