Skip to content

Commit ec3a63c

Browse files
authored
Update README.md
1 parent c313e90 commit ec3a63c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
vue+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
## 效果图

0 commit comments

Comments
 (0)