Files
pwa-question/vue.config.js
2021-08-09 21:02:58 +03:00

11 lines
244 B
JavaScript

module.exports = {
pwa: {
name: 'pwa',
themeColor: '#35A9C2',
msTileColor: '#35A9C2',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black-translucent',
workboxPluginMode: 'InjectManifest',
},
};