Vue tips

​module.exports={  
  filenameHashing:false,  //不用Hash
  productionSourceMap:false, //不用SourceMap

  pages:{ //多页面
    login:{
      entry:'src/module/Login/login.js',
      template:'src/module/Login/login.html',
      filename:'login.html'
    },
    product:{
      entry:'src/module/Product/product.js',
      template:'src/module/Product/product.html',
      filename:'product.html'
    }
  }
}
[附件下载]
访客: