chore: 初始化东安动力工位前端项目

This commit is contained in:
yexingqiang
2026-05-29 13:57:35 +08:00
commit 6054d10713
126 changed files with 55250 additions and 0 deletions

5
babel.config.js Normal file
View File

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