initial project

This commit is contained in:
liangping
2023-02-06 12:34:02 +08:00
commit 98c009d4fb
39 changed files with 17296 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "dashboard",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"lerna": "^6.4.1"
}
}