# xj-manage-vue3
**Repository Path**: wslxm/xj-manage-vue3
## Basic Information
- **Project Name**: xj-manage-vue3
- **Description**: xijia-plus 管理端 vue3 版
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: v-2.x
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 4
- **Forks**: 4
- **Created**: 2023-08-25
- **Last Updated**: 2025-07-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
基于 springboot2 + vue 前后端分离的快速开发脚手架
## 分支说明
当前项目分支及标签版本对应 xijia-plus 的分支和标签版本 (从 v-2.2.2 开始)
## 文档地址
- 文档 (及时更新): [http://xijia.plus/](http://xijia.plus/)
- 备份 (定期更新): [http://wslxm.gitee.io/xijia-plus](http://wslxm.gitee.io/xijia-plus)
## 相关地址
- xijia-plus 服务端: [https://gitee.com/wslxm/xijia-plus](https://gitee.com/wslxm/xijia-plus)
- xijia-plus 管理端 vue2 版: [https://gitee.com/wslxm/xj-manage-vue2](https://gitee.com/wslxm/xj-manage-vue2)
- xijia-plus 管理端 vue3 版: [https://gitee.com/wslxm/xj-manage-vue3](https://gitee.com/wslxm/xj-manage-vue3)
- xijia-plus 用户端 门户网站基础架构: [https://gitee.com/wslxm/xj-client](https://gitee.com/wslxm/xj-client)
- xijia-plus 用户端 APP 基础架构: [https://gitee.com/wslxm/xijia-plus-app](https://gitee.com/wslxm/xijia-plus-app)
- 基于 xijia-plus 的开源文档项目: [https://gitee.com/wslxm/xj-docs](https://gitee.com/wslxm/xj-docs)
## 开发
xj-manage-vue3 原为 xijia-plus 中的子项目, 现移出来进行独立管理 (2023/08/25)
## 安装依赖
node版本 node.js v18
```shell
npm install
或
npm install --registry=https://mirrors.huaweicloud.com/repository/npm/
```
## 启动服务
```shell
npm run serve
```