sdrpsps / vue3-starter-template

Vue3 工程化模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue3 初始模板

脚本

  • dev: 使用 Vite 启动开发服务器
  • build: 运行类型检查并构建项目
  • preview: 使用 Vite 预览生产构建
  • test:unit: 运行单元测试
  • test:e2e: 启动预览服务器并运行端对端测试
  • test:e2e:dev: 启动开发服务器并在 Cypress 中运行端对端测试
  • build-only: 仅构建项目
  • spellcheck: 检查拼写错误
  • type-check: 运行类型检查
  • lint: 运行 ESLint
  • lint:style: 运行样式检查
  • lint:stage: 运行 lint-staged
  • format: 格式化源文件
  • check: 运行自定义检查脚本
  • prepare: 安装 Husky 钩子
  • commit: 使用 Commitizen 提交
  • commitlint: 检查提交消息格式
  • preinstall: 使用 pnpm 进行预安装

About

Vue3 工程化模板


Languages

Language:Vue 48.1%Language:TypeScript 21.4%Language:JavaScript 19.1%Language:CSS 9.4%Language:HTML 1.3%Language:Shell 0.8%