53AI Hub 前台
基于 Vue3 和 TypeScript 的现代化开发模板特性
- 💡 优化的资源处理
- 🚀 快速的热模块替换(HMR)
- 🔌 便捷的调试体验
- 📦 完善的构建流程
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$ npm install
$ npm run dev
$ npm run build
$ npm run lint
├── src/renderer/main # 源代码目录
│ ├── api/ # api接口与错误code
│ ├── assets/ # 样式跟icon
│ ├── components/ # 组件
│ ├── directive/ # 自定义指令
│ ├── views/ # 页面
│ ├── router/ # 路由配置
│ ├── typings/ # 类型定义
│ ├── constants/ # 常用变量
│ ├── locales/ # 语言包
│ ├── store/ # 状态管理
│ ├── utils/ # 工具箱
│ └── main.ts # 入口文件
├── src/renderer/public # 公共资源
├── dist/ # 构建输出目录
├── .eslintrc.js # ESLint 配置
├── .prettierrc # Prettier 配置
├── tsconfig.json # TypeScript 配置
└── vite.config.ts # Vite 配置