Quellcode durchsuchen

修改描述信息

daxiong.yang vor 7 Jahren
Ursprung
Commit
16c3693dba
3 geänderte Dateien mit 28 neuen und 8 gelöschten Zeilen
  1. 28 8
      README.md
  2. BIN
      demo-screenshot/1518154896410.png
  3. BIN
      demo-screenshot/1518154896420.png

+ 28 - 8
README.md

@ -2,18 +2,40 @@
2 2
3 3
> 基于Vue.js 2.0+生态圈,构建一套常用/基础的代码结构规范。通过实现人人开源renren-fast轻量级权限管理系统,验证可行性!
4 4
5
## Build Setup
5
## Demo
6
[在线 Demo](//fast.demo.renren.io/)
7
![demo-screenshot](//github.com/daxiongYang/vue-cli-basic/demo-screenshot/1518154896410.png)
8
![demo-screenshot](//github.com/daxiongYang/vue-cli-basic/demo-screenshot/1518154896420.png)
6 9
7
``` bash
8
# install dependencies
10
## 开发
11
```bash
12
# 克隆项目
13
git clone https://github.com/daxiongYang/vue-cli-basic.git
14
15
# 安装依赖
9 16
npm install
10 17
11
# serve with hot reload at localhost:8001
18
# 启动服务
12 19
npm run dev
20
```
13 21
14
# build for production with minification
22
## 发布
23
```bash
24
# 构建生产环境(默认)
15 25
npm run build
16 26
27
# 构建测试环境
28
npm run build --qa
29
30
# 构建验收环境
31
npm run build --uat
32
33
# 构建生产环境
34
npm run build --prod
35
```
36
37
## 其他
38
``` bash
17 39
# build for production and view the bundle analyzer report
18 40
npm run build --report
19 41
@ -25,6 +47,4 @@ npm run e2e
25 47
26 48
# run all tests
27 49
npm test
28
```
29
30
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
50
```

BIN
demo-screenshot/1518154896410.png


BIN
demo-screenshot/1518154896420.png