Giter Club home page Giter Club logo

turbo-monorepo's Introduction

ByteDream-JueJin

🎉 特性

👐 使用

🔥 安装

# 使用 npm
npm install
# 使用 yarn
yarn

👍 开发

# 使用 npm
npm run dev
# 使用 yarn
yarn dev

📦 构建

# 使用 npm
npm run build
# 使用 yarn
yarn build

👌 格式化

提交之前运行一次以下代码 lint 以下防止 commit 被拦住

# 使用 npm
npm run lint
# 使用 yarn
yarn lint

🎈 其他

本操作会运行"build", "test", "lint"三个命令

npx turbo deploy

🎈 维护

以下操作仅用于仓库维护者

  1. 安装
yarn
  1. 登录你的 vercel 账号
npx turbo login
  1. 连接上 vercel 缓存
<<<<<<< HEAD
commit的模板:
type(scope): subject

type为commit的类型,本仓库的commit类型仅支持如下:
    feat: 新特性
    fix: 修改问题
    refactor: 代码重构
    docs: 文档修改
    style: 代码格式修改
    test: 测试用例修改
    chore: 其他修改, 比如构建流程, 依赖管理.
    pref: 性能提升的修改
    ci: CI 的修改
    revert: revert 前一个 commit ( 撤销前一个commit )
    vercel: vercel 部署相关的修改

scope是文件名/模块名/影响的范围
    例如 Button

subject为commit概述
    建议符合 50/72 formatting

例  feat(component): add success submit tips

注意 冒号和subject之间要加空格
=======
npx turbo link
>>>>>>> 3da98ef395cbc9c1b55fcec14512921103f14178

规范

commit

commit 的模板: type(scope): subject

type为 commit 的类型,本仓库的 commit 类型仅支持如下:

  • feat: 新特性
  • fix: 修改问题
  • refactor: 代码重构
  • docs: 文档修改
  • style: 代码格式修改
  • test: 测试用例修改
  • chore: 其他修改, 比如构建流程, 依赖管理.
  • pref: 性能提升的修改
  • ci: CI 的修改
  • revert: revert 前一个 commit ( 撤销前一个 commit )
  • vercel: vercel 部署相关的修改

scope是文件名/模块名/影响的范围 例如 Button

subject为 commit 概述 建议符合 50/72 formatting

例 feat(component): add success submit tips

注意 冒号和 subject 之间要加空格

turbo-monorepo's People

Contributors

camera-2018 avatar marlenejiang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.