富茂A端打印模板内嵌编辑器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vue.config.js 192 B

6 months ago
6 months ago
6 months ago
1234567891011
  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. }