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'
2323git push -f git@github.com:wangkaiwd/vue-admin.git master:gh-pages
2424
2525cd -
26+
27+ rm -rf dist
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
6- "start" : " yarn run serve" ,
6+ "start" : " yarn serve" ,
77 "serve" : " vue-cli-service serve --project-mode dev" ,
88 "lint" : " vue-cli-service lint" ,
99 "build:pro" : " vue-cli-service build --project-mode pro" ,
1919 "nprogress" : " ^0.2.0" ,
2020 "qs" : " ^6.7.0" ,
2121 "register-service-worker" : " ^1.6.2" ,
22+ "sass" : " ^1.27.0" ,
2223 "vue" : " ^2.6.6" ,
2324 "vue-router" : " ^3.0.1" ,
2425 "vuex" : " ^3.0.1" ,
3637 "eslint-plugin-vue" : " ^5.0.0" ,
3738 "hard-source-webpack-plugin" : " ^0.13.1" ,
3839 "mockjs" : " ^1.0.1-beta3" ,
39- "node-sass" : " ^4.9.0" ,
4040 "sass-loader" : " ^7.1.0" ,
4141 "uglifyjs-webpack-plugin" : " ^2.1.2" ,
4242 "vue-template-compiler" : " ^2.5.21"
You can’t perform that action at this time.
0 commit comments