Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:13:47 +02:00
commit ffed90ec4f
16 changed files with 27283 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}