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 2
2
vue+element+axios 的管理后台 [ 线上地址] ( http://panjiachen.github.io/vue-element-admin )
3
3
4
4
这半年来一直在用vue写管理后台,目前后台已经有七十多个页面,十几种权限,但维护成本依然很低,效率依然很高。这半年来积累了不少的后台开发经验,所以准备开源分享一下。
5
- ###功能
5
+
6
+ ### 功能
6
7
- [x] 登录/注销
7
8
- [x] 权限验证
8
9
- [x] 侧边栏
@@ -30,15 +31,22 @@ vue+element+axios 的管理后台 [线上地址](http://panjiachen.github.io/vue
30
31
31
32
### 开发
32
33
``` 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
37
42
```
38
43
### 发布
39
44
``` 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
42
50
```
43
51
44
52
## 效果图
You can’t perform that action at this time.
0 commit comments