CET-vue-3.0/README.zh-CN.md

34 lines
326 B
Markdown

## Install and use
- 技术文档
[http://vue3.jeecg.com](http://vue3.jeecg.com)
- Get the project code
```bash
git clone https://github.com/jeecgboot/jeecg-boot-vue3.git
```
- Installation dependencies
```bash
cd jeecg-boot-vue3
yarn install
```
- run
```bash
yarn serve
```
- build
```bash
yarn build
```