富茂A端打印模板内嵌编辑器
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
191 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. }