摘要: vue-cli 4.2 index.html <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device 阅读全文
posted @ 2020-07-09 10:32 zhaobao1830 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: 一、修改打包配置(Vue.config.js) module.exports = { // 公共路径(必须有的) publicPath: "./", // 输出文件目录 outputDir: "dist", // 静态资源存放的文件夹(相对于ouputDir) assetsDir: "assets" 阅读全文
posted @ 2020-07-09 09:34 zhaobao1830 阅读(342) 评论(0) 推荐(0) 编辑