48 lines
939 B
Markdown
48 lines
939 B
Markdown
## Install and use
|
||
|
||
#### 项目源码
|
||
|
||
| | 后端源码 | vue2前端源码 | vue3前端源码 |
|
||
|--- |--- | --- |
|
||
| github | https://github.com/jeecgboot/jeecg-boot/tree/master/jeecg-boot | https://github.com/jeecgboot/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||
| 码云 | https://gitee.com/jeecg/jeecg-boot/tree/master/jeecg-boot | https://gitee.com/jeecg/jeecg-boot/tree/master/ant-design-vue-jeecg | https://github.com/jeecgboot/jeecg-boot-vue3 |
|
||
|
||
|
||
#### 技术资料
|
||
|
||
- 技术文档
|
||
|
||
[http://vue3.jeecg.com](http://vue3.jeecg.com)
|
||
|
||
- 在线演示(beta版本)
|
||
|
||
[http://boot3.jeecg.com](http://boot3.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
|
||
```
|