29 lines
257 B
Markdown
29 lines
257 B
Markdown
![]() |
## Install and use
|
||
|
|
||
|
- Get the project code 8.4
|
||
|
|
||
|
```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
|
||
|
```
|