Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent ff12e4ef16
commit d7ac5d4a1d
17 changed files with 692 additions and 2423 deletions

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

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