# base-vue **Repository Path**: lk-service/base-vue ## Basic Information - **Project Name**: base-vue - **Description**: 前端基础版本,Vue2 + ElmentUi采用vue-admin-template进行二次开发。结合了vue-element-admin 和 RuoYI框架,完善了vue-admin-template,包括:登录登出、动态路由(菜单权限判断)等,功能包括:用户管理、角色管理、机构管理、菜单管理。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-02-12 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, 动态路由, 基础模板 ## README # 项目简介 这是一个极简的 vue admin 管理后台。 前端基础版本,采用vue-admin-template进行二次开发。结合了vue-element-admin 和 RuoYI框架,完善了vue-admin-template,包括:登录登出、动态路由(菜单权限判断)等,功能包括:用户管理、角色管理、机构管理、菜单管理。 ## Build Setup ```bash # clone the project git clone https://github.com/PanJiaChen/vue-admin-template.git # enter the project directory cd vue-admin-template # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```