play around with some stuff
This commit is contained in:
10
vue.config.js
Normal file
10
vue.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
// ...other vue-cli plugin options...
|
||||
pwa: {
|
||||
name: 'Payne Messaging',
|
||||
themeColor: '#01DDDD',
|
||||
msTileColor: '#01DDDD',
|
||||
appleMobileWebAppCapable: 'yes',
|
||||
appleMobileWebAppStatusBarStyle: '#01DDDD',
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user