File tree Expand file tree Collapse file tree 3 files changed +119
-420
lines changed Expand file tree Collapse file tree 3 files changed +119
-420
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ git commit -m 'deploy'
23
23
git push -f
[email protected] :wangkaiwd/vue-admin.git master:gh-pages
24
24
25
25
cd -
26
+
27
+ rm -rf dist
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "start" : " yarn run serve" ,
6
+ "start" : " yarn serve" ,
7
7
"serve" : " vue-cli-service serve --project-mode dev" ,
8
8
"lint" : " vue-cli-service lint" ,
9
9
"build:pro" : " vue-cli-service build --project-mode pro" ,
19
19
"nprogress" : " ^0.2.0" ,
20
20
"qs" : " ^6.7.0" ,
21
21
"register-service-worker" : " ^1.6.2" ,
22
+ "sass" : " ^1.27.0" ,
22
23
"vue" : " ^2.6.6" ,
23
24
"vue-router" : " ^3.0.1" ,
24
25
"vuex" : " ^3.0.1" ,
36
37
"eslint-plugin-vue" : " ^5.0.0" ,
37
38
"hard-source-webpack-plugin" : " ^0.13.1" ,
38
39
"mockjs" : " ^1.0.1-beta3" ,
39
- "node-sass" : " ^4.9.0" ,
40
40
"sass-loader" : " ^7.1.0" ,
41
41
"uglifyjs-webpack-plugin" : " ^2.1.2" ,
42
42
"vue-template-compiler" : " ^2.5.21"
You can’t perform that action at this time.
0 commit comments