Skip to content

Yolo-00/next-app

Repository files navigation

next-app

GitHub license GitHub stars GitHub forks

安装使用步骤 📔

  • Clone:
# GitHub
git clone https://github.com/Yolo-00/next-app.git
  • Install:
pnpm install

# pnpm install 安装失败,请升级 nodejs 到 20 以上
  • Run:
pnpm dev
  • Build:
pnpm build

如何贡献

非常欢迎您的加入!提一个 Issue 或者提交一个 Pull Request

Pull Request:

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feat/xxxx
  3. 提交您的修改: git commit -am 'feat(function): add xxxxx'
  4. 推送您的分支: git push origin feat/xxxx
  5. 提交pull request

Git 贡献提交规范

参考 vue 规范 (Angular)

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

Star

Stargazers repo roster for Yolo-00/next-app