sdrpsps / byelide

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


Languages

Language:Vue 48.3%Language:TypeScript 37.2%Language:JavaScript 11.3%Language:CSS 2.1%Language:HTML 0.7%Language:Shell 0.4%