jeecg-boot-vue3/README.md

29 lines
253 B
Markdown
Raw Normal View History

2021-10-20 06:32:09 +00:00
## Install and use
- 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
```