add web ui initialize code.

This commit is contained in:
real-zony
2022-04-23 21:11:18 +08:00
parent ffd76f5f2b
commit 2044a0b8fa
12 changed files with 6121 additions and 0 deletions

View File

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