vue.config.js 168 B

12345678910
  1. module.exports = {
  2. pages: {
  3. index: {
  4. entry: 'examples/main.js',
  5. template: 'public/index.html',
  6. filename: 'index.html'
  7. }
  8. }
  9. }