This commit is contained in:
hptangxi
2025-07-01 22:52:48 +08:00
parent dcb862b11a
commit d48384af80
26 changed files with 3528 additions and 0 deletions

25
fe/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "tb-vite-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.9.0",
"naive-ui": "^2.41.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/node": "^22.15.24",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}