Skip to content

Latest commit

 

History

History
80 lines (52 loc) · 2.35 KB

README.md

File metadata and controls

80 lines (52 loc) · 2.35 KB

UniApp、Vite、Vue3、Pinia、Unocss 小程序、H5 项目模板

入门简单、开发简单、接近原生,适用于了解或不熟悉uniapp的开发人员去快速使用uniapp开发小程序、h5

特色

🍭 安装使用

🍙 获取项目代码

git clone https://github.com/gitboyzcf/uni-preset-vue3-vite.git

🌈 安装依赖

pnpm install

🐥 运行

pnpm dev:mp-weixin

🍁 打包

pnpm build:mp-weixin

🍄 Git 提交

pnpm cz

🍣 Git 规范

参考 vue 规范 (Angular)

  • ✨ feat 增加新功能
  • 🐛 fix 修复问题/BUG
  • 🎉 init 初始化
  • 📝 docs 文档变更
  • 💄 style 代码格式(不影响代码运行的变动)
  • ♻️ refactor 重构(既不是增加feature,也不是修复bug)
  • ⚡️ perf 性能优化
  • ✅ test 增加测试
  • ⏪️ revert 回退
  • 🚀‍ build 构建过程或辅助工具的变动
  • 👷 ci CI 配置

🌯 Git 提交流程

git add .

pnpm run cz

Star History

Star History Chart