master: change repo

This commit is contained in:
Julien Calixte
2019-08-22 11:50:32 +02:00
commit dbd63d341c
263 changed files with 26153 additions and 0 deletions

11
vue.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
pwa: {
themeColor: '#3f4fa6',
msTileColor: '#3f4fa6',
workboxOptions: {
skipWaiting: true,
clientsClaim: true
},
name: 'Vaquant'
}
}