This commit is contained in:
Thomas
2020-08-01 19:56:20 +02:00
parent 1990ff0f04
commit 0e803cb17e
32 changed files with 55 additions and 26 deletions

12
client/vue.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
pwa: {
name: 'Oozik',
themeColor: '#26a8a2',
msTileColor: '#26a8a2',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxOptions: {
skipWaiting: true
}
}
}