Initial commit

This commit is contained in:
2021-08-09 21:02:58 +03:00
parent c812ec6461
commit 2757345c64
4 changed files with 59 additions and 5 deletions

10
vue.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
pwa: {
name: 'pwa',
themeColor: '#35A9C2',
msTileColor: '#35A9C2',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black-translucent',
workboxPluginMode: 'InjectManifest',
},
};