feat(init): all

This commit is contained in:
2025-12-31 10:44:59 +08:00
commit 4fc473fff2
19 changed files with 2081 additions and 0 deletions

9
apps/demo/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "@nanxing-admin/demo",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite"
}
}