# pre-ui **Repository Path**: luodash/pre-ui ## Basic Information - **Project Name**: pre-ui - **Description**: pre基于spring security的RBAC权限管理系统 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 90 - **Created**: 2019-07-24 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pre-ui #### 介绍 pre 前端源码 #### 项目源码 | | 后端源码 | 前端源码 | |--- |--- | --- | | github | https://github.com/LiHaodong888/pre | https://github.com/LiHaodong888/pre-ui | | 码云 | https://gitee.com/li_haodong/pre | https://gitee.com/li_haodong/pre-ui | #### 前端模板 初始模板基于: [https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) 模板文档: [https://panjiachen.github.io/vue-element-admin-site/zh/guide/](https://panjiachen.github.io/vue-element-admin-site/zh/guide/) #### 安装教程 ``` bash # 安装依赖 npm install # 启动服务 localhost:9527 npm run dev # 构建生产环境 npm run build ```