NutUI-React 共建指南 #348
oasis-cloud
announced in
Announcements
Replies: 1 comment
-
务必保证 npm run build npm run build:taro 能够编译成功;npm run build 类型的命令需要使用 node v17 这个不理解 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
NutUI-React 组件共建指南
我们非常欢迎社区的开发者向 NutUI 做出贡献。在提交贡献之前,请花一些时间阅读以下内容,保证贡献是符合规范并且能帮助到社区。
@nutui/nutui-react 的开发配置
你需要保证你的 Node.js 版本大于 16,启动 taro 版本的 demo,需要 taro 3.6.x。把仓库 clone 到本地,并运行以下命令:
@nutui/nutui-react-taro 的开发配置
提交 commit
整个 NutUI 仓库遵从 Angular Style Commit Message Conventions,在输入 commit message 的时候请务必遵从此规范。
Title Format type(ComponentName?):commit message
例如:
docs: fix type in quickstart build: optimize build speed fix(Button): incorrect style feat(Button): add color prop
允许的类型 Types:
upd chore docs feat fix test refactor revert style releas
Pull Request 指南
pnpm build
pnpm build:taro
能够编译成功;Credits
感谢以下所有给 NutUI 贡献过代码的开发者
https://github.com/jdf2e/nutui-react/graphs/contributors
Beta Was this translation helpful? Give feedback.
All reactions