module.exports = {
// 基本路径
publicPath: './',
// 构建时的输出目录
outputDir: 'dist',
// 防止静态资源的目录
assetsDir: 'assets',
// html的输出路径
indexPath: 'index.html'
}
module.exports = {
// 基本路径
publicPath: './',
// 构建时的输出目录
outputDir: 'dist',
// 防止静态资源的目录
assetsDir: 'assets',
// html的输出路径
indexPath: 'index.html'
}
本文标题:vue.config.js
本文链接:https://www.haomeiwen.com/subject/imvraktx.html
网友评论