摘要:
config文件中的index.js文件 const path = require('path') module.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', // proxyTabl 阅读全文
摘要:
1.在src目录下新建config.js文件 2.在main.js中引入 require("file-loader?name=[path][name].[ext]?[hash]!./config.js"); 3.在index.html中引入配置文件 <script src="src/config.j 阅读全文