/OmniArch-Vue

OmniArch是一个为现代企业级Web应用量身打造的前后端一站式开发框架。该框架以其强大的整合能力及全方位的支持,致力于简化并加速复杂Web应用的构建过程。 OmniArch-Vue 是一个前端中后台开发脚手架,使用了最新的 vue3,vite5,TypeScript等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考。

Primary LanguageVueMIT LicenseMIT

OmniArch-Vue

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

Recommended IDE Setup

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

Run End-to-End Tests with Cypress

pnpm test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

pnpm build
pnpm test:e2e

Lint with ESLint

pnpm lint