Initial commit: finish basic WebUI interface

This commit is contained in:
2026-03-09 21:17:22 +08:00
parent d2a2a4de36
commit 2f6cfe7704
23 changed files with 5028 additions and 1 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "super-frpc-frontend",
"version": "0.0.1",
"description": "Frontend for Super-frpc - frpc instance integrated management system",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"vue": "^3.4.0",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.4.21"
}
}