play around with some stuff

This commit is contained in:
2021-07-18 14:28:03 -06:00
parent 2ee1d87c78
commit fb1c45cfb2
10 changed files with 678 additions and 32 deletions

10
vue.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
// ...other vue-cli plugin options...
pwa: {
name: 'Payne Messaging',
themeColor: '#01DDDD',
msTileColor: '#01DDDD',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: '#01DDDD',
}
}