mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
PWA support.
This commit is contained in:
@ -3,4 +3,10 @@ module.exports = {
|
||||
transpileDependencies: [
|
||||
'bootstrap-vue',
|
||||
],
|
||||
pwa: {
|
||||
name: 'Serverless Invoices',
|
||||
themeColor: '#edeff1',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
workboxPluginMode: 'GenerateSW',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user