# vue2_admin_project **Repository Path**: wangguixuan/vue2_admin_project ## Basic Information - **Project Name**: vue2_admin_project - **Description**: 基于vue2的后台模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-12 - **Last Updated**: 2023-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 管理后台前端项目,它基于 [Vue 2x](https://github.com/vuejs/vue) 和 [Element-UI](https://github.com/ElemeFE/element)实现,内置动态路由,权限验证、菜单管理、系统字典、角色权限、用户管理、组织机构、Layout定制等 ## 前序准备 你需要在本地安装 [Node](http://nodejs.org/) > 12和 [Git](https://git-scm.com/)。本项目技术栈基于 [ES2015+](http://es6.ruanyifeng.com/)、[Vue](https://cn.vuejs.org/index.html)、[Vuex](https://vuex.vuejs.org/zh-cn/)、[Vue-Router](https://router.vuejs.org/zh-cn/) 、[vue-cli](https://github.com/vuejs/vue-cli) 、[Axios](https://github.com/axios/axios)、 [scss](https://www.sass.hk/)和 [Element-UI](https://github.com/ElemeFE/element),使用[pnpm](https://pnpm.io/zh/)进行包管理,并开启[ESLint](https://www.eslint.com.cn/)、[StyleLint](https://stylelint.io/)规范开发者代码 ## 开发 ```bash # 安装依赖 pnpm install | pnpm i # 启动服务 pnpm serve ``` ## 发布 ```bash # 构建项目 pnpm build # 构建并发布至服务器(需配置服务器账号与密码) pnpm run deploy ``` ## 其它 ```bash # 代码格式检查 pnpm run lint # 代码格式检查并自动修复 npm run lint -- --fix ```