mirror of
https://github.com/anatolykopyl/pwa-question.git
synced 2026-03-26 12:55:00 +00:00
Initial commit
This commit is contained in:
10
vue.config.js
Normal file
10
vue.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
pwa: {
|
||||
name: 'pwa',
|
||||
themeColor: '#35A9C2',
|
||||
msTileColor: '#35A9C2',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
appleMobileWebAppStatusBarStyle: 'black-translucent',
|
||||
workboxPluginMode: 'InjectManifest',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user