# jeecg-boot-vue3 **Repository Path**: mackli/jeecg-boot-vue3 ## Basic Information - **Project Name**: jeecg-boot-vue3 - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-11-15 - **Last Updated**: 2022-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Install and use - 技术文档 [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 ```