03 2019 档案
摘要:最近在学习vue框架,使用lang="scss" 出现如下错误: This dependency was not found: * !!vue-style-loader!css-loader?{"minimize":false,"sourceMap":false}!../../node_module
阅读全文
摘要:(解决空白问题)在打包之前一定要修改 config 目录下的 index.js 文件中的 bulid 模块打包配置项,否则会出现空白,如图 修改前 assetsPublicPath= '/',。 修改后 assetsPublicPath='./' 然后在根目录下执行 npm run build 会在
阅读全文
摘要:1/在config中index.js中 找到proxyTable在里面添加如下代码 proxyTable: { '/api': { target: 'https://api.douban.com/v2/movie/', changeOrigin: true, pathRewrite:{ '^/api
阅读全文

浙公网安备 33010602011771号