SAMS/sams-ui
bruce 5e79840075 v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
..
public v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
src v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
.editorconfig v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
.gitattributes v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
.gitignore v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
.prettierrc.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
README.md v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
auto-imports.d.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
components.d.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
env.d.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
eslint.config.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
index.html v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
package.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
pnpm-lock.yaml v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
tsconfig.app.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
tsconfig.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
tsconfig.node.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
tsconfig.vitest.json v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
vite.config.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00
vitest.config.ts v0.3.4 前端页面编写,路由逻辑编辑 2025-04-24 20:27:24 +08:00

README.md

sams-ui

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint