Go to file
huangge1199 3a05011b68 feat(router): 添加应用管理和对话相关路由
新增应用管理、应用对话和应用编辑页面的路由配置,支持相关功能模块的导航。
2025-09-04 14:53:33 +08:00
.vscode first commit 2025-08-04 15:33:01 +08:00
public first commit 2025-08-04 15:33:01 +08:00
src feat(router): 添加应用管理和对话相关路由 2025-09-04 14:53:33 +08:00
.editorconfig first commit 2025-08-04 15:33:01 +08:00
.gitattributes first commit 2025-08-04 15:33:01 +08:00
.gitignore first commit 2025-08-04 15:33:01 +08:00
.prettierrc.json first commit 2025-08-04 15:33:01 +08:00
env.d.ts first commit 2025-08-04 15:33:01 +08:00
eslint.config.ts first commit 2025-08-04 15:33:01 +08:00
index.html first commit 2025-08-04 15:33:01 +08:00
openapi2ts.config.ts feat(api): 添加API模块及相关类型定义和接口 2025-08-23 09:57:13 +08:00
package.json feat: 添加OpenAPI配置和请求工具 2025-08-04 17:26:22 +08:00
README.md first commit 2025-08-04 15:33:01 +08:00
tsconfig.app.json first commit 2025-08-04 15:33:01 +08:00
tsconfig.json first commit 2025-08-04 15:33:01 +08:00
tsconfig.node.json first commit 2025-08-04 15:33:01 +08:00
vite.config.ts first commit 2025-08-04 15:33:01 +08:00

long-ai-code-mother-frontend

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint