feat: add naive app

This commit is contained in:
vben
2024-07-31 00:19:17 +08:00
parent 832a7bcc58
commit fdee2d2239
68 changed files with 2540 additions and 33 deletions

View File

@@ -38,6 +38,8 @@
"clean": "vsh clean",
"commit": "czg",
"dev": "cross-env turbo run dev",
"dev:antd": "pnpm -F @vben/web-antd",
"dev:naive": "pnpm -F @vben/web-naive",
"dev:docs": "pnpm -F @vben/website run docs:dev",
"format": "vsh lint --format",
"lint": "vsh lint",