ai-admin/admin-frontend
kazusa b6fae6ea87 env config 2025-09-01 16:28:34 +08:00
..
.vscode init 2025-08-26 09:51:15 +08:00
docs 菜单权限缓存 2025-08-28 11:22:29 +08:00
public init 2025-08-26 09:51:15 +08:00
src env config 2025-09-01 16:28:34 +08:00
.editorconfig init 2025-08-26 09:51:15 +08:00
.env swagger嵌入 2025-08-26 15:13:34 +08:00
.env.development dev conf 2025-08-27 14:16:32 +08:00
.env.production env config 2025-09-01 16:28:34 +08:00
.gitattributes init 2025-08-26 09:51:15 +08:00
.gitignore init 2025-08-26 09:51:15 +08:00
DEBUG_BLANK_PAGE.md init 2025-08-26 09:51:15 +08:00
LIVE_SERVER_GUIDE.md init 2025-08-26 09:51:15 +08:00
README.md init 2025-08-26 09:51:15 +08:00
README_ENV.md init 2025-08-26 09:51:15 +08:00
auto-imports.d.ts init 2025-08-26 09:51:15 +08:00
components.d.ts ui ref 2025-08-29 17:44:45 +08:00
env.d.ts init 2025-08-26 09:51:15 +08:00
eslint.config.ts init 2025-08-26 09:51:15 +08:00
index.html 菜单页布局和禁用菜单查询 2025-08-26 10:20:31 +08:00
package-lock.json init 2025-08-26 09:51:15 +08:00
package.json init 2025-08-26 09:51:15 +08:00
tsconfig.app.json opt 2025-08-28 10:13:34 +08:00
tsconfig.json init 2025-08-26 09:51:15 +08:00
tsconfig.node.json opt 2025-08-28 10:13:34 +08:00
vite.config.ts swagger嵌入 2025-08-26 15:13:34 +08:00

README.md

admin-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