富茂A端打印模板内嵌编辑器
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
192 B

  1. module.exports = {
  2. publicPath: './',
  3. pages: {
  4. index: {
  5. // page 的入口
  6. entry: 'example/main.js',
  7. // 模板来源
  8. template: 'example/index.html',
  9. },
  10. },
  11. }