Skip to content
/ vue3-ts Public

🚀 基于 Vue3 + Ts + Vite 开发的后台管理项目

Notifications You must be signed in to change notification settings

myltx/vue3-ts

Repository files navigation

h5-vue3-ts

技术栈

Vscode Plugins

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

Git commit 提交

# 安装husky
pnpm add --save-dev husky
# husky init
pnpm exec husky init

Git校验

Git 贡献提交规范

  • 参考 vue 规范 (Angular)

    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • types 类型定义文件更改
    • wip 开发中

About

🚀 基于 Vue3 + Ts + Vite 开发的后台管理项目

Resources

Stars

Watchers

Forks