Create frontend PoC

This commit is contained in:
Sandra
2022-01-24 19:46:21 +01:00
parent 01627e87b7
commit 6095e00fc1
19 changed files with 10226 additions and 0 deletions

5
frontend/babel.config.js Normal file
View File

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