post请求在config -> index.js 下 1:pathRewrite 重定向进行删除 proxyTable: { '/api': { target: 'http://xxxxxx/', changeOrigin: true, /* pathRewrite: { '^/api': '' Read More
posted @ 2018-03-18 21:58 Kipper_liu Views(201) Comments(0) Diggs(0)
vue-cli脚手架构建了项目如何去除Eslint验证 1.创建工程的时候,提示是否启用eslint检测的。 Use ESLint to lint your code? No 2.在webpack.base.conf.js里面删掉下面: 1 2 3 4 5 6 7 8 9 { test: /\.(j Read More
posted @ 2018-03-18 21:49 Kipper_liu Views(85) Comments(0) Diggs(0)