souvenir/vue.config.js

18 lines
434 B
JavaScript
Raw Normal View History

2019-03-09 01:23:48 +00:00
module.exports = {
pwa: {
name: 'Souvenir',
themeColor: '#8420a7',
msTileColor: '#212045',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black'
// // configure the workbox plugin
// workboxPluginMode: 'InjectManifest',
// workboxOptions: {
// // swSrc is required in InjectManifest mode.
// swSrc: 'dev/sw.js',
// // ...other Workbox options...
// }
}
}