yandongxu / vue-2-starter-kit

Vue 2 + TSX + vitest + cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 2 starter kit

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

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 build
pnpm test:e2e # or `pnpm test:e2e:ci` for headless testing

Lint with ESLint

pnpm lint

目录说明

  • app 应用入口
  • assets: 静态资源
    • styles
    • images
    • fonts
  • components: 基础组件
  • composables: 组合式 API
  • configs: 配置文件
  • features: 功能组件
  • layouts: 布局组件
  • pages: 页面
  • plugins: 插件
  • router: 路由
  • services: 服务、API
  • stores: 全局状态
  • types: 类型扩展
  • utils: 工具函数

About

Vue 2 + TSX + vitest + cypress


Languages

Language:TypeScript 83.2%Language:JavaScript 12.1%Language:HTML 3.4%Language:Less 1.3%