-
Co-authored-by:
Florent <florent@Air-de-neogeo.neogeo.local> Co-authored-by:
m431m <mmeliani@neogeo.fr> Co-authored-by:
Kevin Rakotobe <krakotobe@neogeo.fr>
Co-authored-by:
Florent <florent@Air-de-neogeo.neogeo.local> Co-authored-by:
m431m <mmeliani@neogeo.fr> Co-authored-by:
Kevin Rakotobe <krakotobe@neogeo.fr>
vue.config.js 290 B
module.exports = {
publicPath: process.env.VUE_APP_BASE_PATH || '/',
transpileDependencies: ['vuetify'],
lintOnSave: false,
css: {
loaderOptions: {
less: {
globalVars: {
blue: '#187CC6',
lightBlue: '#9BD0FF',
},
},
},
},
};