foreign-admin-ui/admin-system
李远 451f28151c 脚手架搭建 2026-02-12 14:29:45 +08:00
..
public 脚手架搭建 2026-02-12 14:29:45 +08:00
src 脚手架搭建 2026-02-12 14:29:45 +08:00
.editorconfig 脚手架搭建 2026-02-12 14:29:45 +08:00
.gitattributes 脚手架搭建 2026-02-12 14:29:45 +08:00
.gitignore 脚手架搭建 2026-02-12 14:29:45 +08:00
.oxlintrc.json 脚手架搭建 2026-02-12 14:29:45 +08:00
.prettierrc.json 脚手架搭建 2026-02-12 14:29:45 +08:00
README.md 脚手架搭建 2026-02-12 14:29:45 +08:00
env.d.ts 脚手架搭建 2026-02-12 14:29:45 +08:00
eslint.config.ts 脚手架搭建 2026-02-12 14:29:45 +08:00
index.html 脚手架搭建 2026-02-12 14:29:45 +08:00
package.json 脚手架搭建 2026-02-12 14:29:45 +08:00
tsconfig.app.json 脚手架搭建 2026-02-12 14:29:45 +08:00
tsconfig.json 脚手架搭建 2026-02-12 14:29:45 +08:00
tsconfig.node.json 脚手架搭建 2026-02-12 14:29:45 +08:00
vite.config.ts 脚手架搭建 2026-02-12 14:29:45 +08:00

README.md

admin-system

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

VS Code + Vue (Official) (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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint