/** * @type {import('@vue/cli-service').ProjectOptions} */ module.exports = { pages: { index: { entry: 'src/main.js', title: 'Flamenco', }, } }