赞
踩
// Vue.config.js 配置选项 module.exports = { // 选项 // 部署应用时的基本 URL // baseUrl: process.env.NODE_ENV === 'production' ? '192.168.60.110:8080' : '192.168.60.110:8080', // 基本路径 publicPath: './', // 构建时的输出目录 outputDir: 'dist', // 放置静态资源的目录 assetsDir: 'static', // html 的输出路径 // 指定生成的 index.html 的输出路径 (相对于 outputDir)。也可以是一个绝对路径。 indexPath: 'index.html', // 文件名哈希 filenameHashing: true, // 用于多页配置,默认是 undefined pages: { index: { // page 的入口文件 entry: 'src/main.js', // 模板文件 template: 'public/index.html', // 在 dist/index.html 的输出文件 filename:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。