PWA support.

This commit is contained in:
HenriT
2021-04-19 14:45:46 +03:00
parent 2e57464679
commit 92560b0641
27 changed files with 462 additions and 49 deletions

View File

@ -3,4 +3,10 @@ module.exports = {
transpileDependencies: [
'bootstrap-vue',
],
pwa: {
name: 'Serverless Invoices',
themeColor: '#edeff1',
appleMobileWebAppCapable: 'yes',
workboxPluginMode: 'GenerateSW',
},
};