File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 22vue+element+axios 的管理后台 [ 线上地址] ( http://panjiachen.github.io/vue-element-admin )
33
44这半年来一直在用vue写管理后台,目前后台已经有七十多个页面,十几种权限,但维护成本依然很低,效率依然很高。这半年来积累了不少的后台开发经验,所以准备开源分享一下。
5- ###功能
5+
6+ ### 功能
67- [x] 登录/注销
78- [x] 权限验证
89- [x] 侧边栏
@@ -30,15 +31,22 @@ vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue
3031
3132### 开发
3233``` bash
33- git clone https://github.com/PanJiaChen/vue-element-admin.git //克隆项目
34- npm install //安装依赖
35- npm run dev //本地开发
36- // 开启服务器,浏览器访问 http://localhost:9527
34+ # 克隆项目
35+ git clone https://github.com/PanJiaChen/vue-element-admin.git
36+
37+ # 安装依赖
38+ npm install
39+
40+ # 本地开发 开启服务,浏览器访问 http://localhost:9527
41+ npm run build
3742```
3843### 发布
3944``` bash
40- npm run build:sit-preview //发布测试环境 带webpack ananalyzer
41- npm run build:prod //构建生成环境
45+ # 发布测试环境 带webpack ananalyzer
46+ npm run build:sit-preview
47+
48+ # 构建生成环境
49+ npm run build:prod
4250```
4351
4452## 效果图
You can’t perform that action at this time.
0 commit comments