start ui with login

This commit is contained in:
2021-11-03 14:10:03 +01:00
commit e3f2e12df4
20 changed files with 28460 additions and 0 deletions

5
babel.config.js Normal file
View File

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