Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:30:26 +02:00
parent ffed90ec4f
commit e57756227b
13 changed files with 752 additions and 253 deletions

5
vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
transpileDependencies: [
'vuetify'
]
}