This commit is contained in:
chermack
2026-07-26 00:09:57 +08:00
commit 059be96536
134 changed files with 19678 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# trojan-web
[trojan管理程序](https://github.com/Jrohy/trojan)前端页面
技术栈: vue3.0 + element-plus + vite
### 项目启动步骤
1. 安装包
`npm install`
2. 开发运行
`vite`
3. 生产打包
`vite build`
**欢迎fork以改进优化页面**