File tree Expand file tree Collapse file tree 3 files changed +3870
-443
lines changed Expand file tree Collapse file tree 3 files changed +3870
-443
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,7 @@ Webpack |2.2+
60
60
> < http://vue.tigerb.cn >
61
61
62
62
## How To Use ?
63
- 1 . npm install
64
- 2 . build
65
- - develop environment: npm run test
66
- - production environment: npm run build
67
- 3 . run
68
- - npm run dev
69
- - open the website:http://localhost:8080
63
+ - yarn install
64
+ - npm run test
65
+
66
+ Then, open the website:http://localhost:8080
Original file line number Diff line number Diff line change 4
4
"description" : " Learn Vue Easily" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " DOMAIN=http://localhost:8080 webpack --progress -d --colors" ,
7
+ "test" : " DOMAIN=http://localhost:8080 webpack --progress -d --colors && DOMAIN=http://localhost:8080 webpack-dev-server --content-base ./ " ,
8
8
"dev" : " DOMAIN=http://localhost:8080 webpack-dev-server --content-base ./" ,
9
9
"build" : " NODE_ENV=production DOMAIN=http://localhost:8080 webpack --progress --colors"
10
10
},
42
42
"fetch" : " ^1.0.1" ,
43
43
"font-awesome" : " ^4.7.0" ,
44
44
"ratchet-npm" : " ^2.0.4" ,
45
- "vue" : " ^2.0.0" ,
46
45
"vue-infinite-scroll" : " ^2.0.0" ,
47
46
"vue-progressbar" : " ^0.7.1" ,
48
47
"vue-resource" : " ^1.2.1" ,
You can’t perform that action at this time.
0 commit comments