첫 커밋

This commit is contained in:
2024-10-27 16:02:01 +09:00
commit 2da57a322d
39 changed files with 13451 additions and 0 deletions

12
vue/.babelrc Normal file
View File

@@ -0,0 +1,12 @@
{
"plugins": [
[
"import",
{
"libraryName": "ant-design-vue",
"libraryDirectory": "es",
"style": "css"
}
]
]
}