行业库
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# 本地跨域无法携带cookie,axios.defaults.withCredentials无效
webpack.dev.conf.js -》devserver 添加https:true
启动服务后,访问https://地址 提示不是私密链接,键入thisisunsafe,回车
# pull git to server
in browser: http://59.110.223.45:10997/hangyeat
# 组合插件中的单选日插件
https://github.com/mengxiong10/vue2-datepicker/blob/master/README.zh-CN.md
# 组合插件中的单选月周slide插件
https://nightcatsama.github.io/vue-slider-component/#/
For a detailed explanation on how things work, check out the guide and docs for vue-loader.