Files
serverless-invoices/vue.config.js.example
2021-04-19 14:48:35 +03:00

16 lines
301 B
Plaintext

module.exports = {
publicPath: '/',
transpileDependencies: [
'bootstrap-vue',
],
pwa: {
name: 'Serverless Invoices',
manifestOptions: {
short_name: 'Invoices',
}
themeColor: '#edeff1',
appleMobileWebAppCapable: 'yes',
workboxPluginMode: 'GenerateSW',
},
};