doc: 更新 README

This commit is contained in:
sudomarcma
2025-06-16 17:26:59 +08:00
parent 2b2947c0ce
commit 6b2b95ce8b
3 changed files with 190 additions and 9 deletions
+3
View File
@@ -5,6 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"backend": "node ./backend/server.js",
"dev:all": "concurrently \"npm run dev\" \"npm run backend\"",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
@@ -27,6 +29,7 @@
"@eslint/js": "^9.22.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^10.2.0",
"concurrently": "^9.1.2",
"eslint": "^9.22.0",
"eslint-plugin-vue": "~10.0.0",
"globals": "^16.0.0",