当前位置:   article > 正文

vue.config.js_vue.config.jscsdn

vue.config.jscsdn
// 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: 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/320625
推荐阅读
相关标签
  

闽ICP备14008679号