File tree Expand file tree Collapse file tree 2 files changed +1682
-19
lines changed Expand file tree Collapse file tree 2 files changed +1682
-19
lines changed Original file line number Diff line number Diff line change 22
33> build your own React UI library! 🙈
44
5- 本系列文章主要是开发组件库 [ dora-ui ] ( https://github.com/worldzhao/dora-ui ) 过程中的一些经验总结,大致包含以下内容 :
5+ 本仓库包含以下内容 :
66
77- prepare: 组件库前期开发准备工作。` eslint ` /` commit lint ` /` typescript ` 等等;
88- dev: 使用[ docz] ( https://github.com/doczjs/docz ) 进行开发调试以及文档编写;
99- build: ~~ ` umd ` ~~ /` cjs ` /` esm ` 、types、polyfill 以及按需加载;
10- - test: 单元测试;
11- - deploy: 使用[ now] ( https://zeit.co/home ) 部署文档站点;
12- - publish: 发布组件库至` npm ` 。
10+ - test: 组件测试;
11+ - release: 组件库发布流程;
12+ - deploy: 使用[ now] ( https://zeit.co/home ) 部署文档站点,待补充;
13+ - other: 使用[ plop.js] ( https://plopjs.com/ ) 快速创建组件模板。
1314
14- ## 已更新章节:
15+ markdown 源文件在 articles 文件夹下。
1516
16- - [ React 组件库搭建指南-准备工作] ( https://juejin.im/post/5df9a39f6fb9a0165b4cdb26 )
17- - [ React 组件库搭建指南-开发调试] ( https://juejin.im/post/5dfb09b1e51d4558096d5f94 )
18- - [ React 组件库搭建指南-打包输出] ( https://juejin.im/post/5e030b926fb9a0162c487c7b )
19- - [ React 组件库搭建指南-单元测试] ( https://juejin.im/post/5e23e4035188252c6c478665 )
17+ [ 传送门-掘金] ( https://juejin.im/post/5ebcf12df265da7bc55df460 )
2018
21- 文档所有代码在本仓库中均有对应分支, ` markdown ` 源文件在 ` articles ` 文件夹下 。
19+ 如果本文帮助到了你请给一颗 ✨✨ 。
2220
23- ## 待更新章节:
24-
25- - React 组件库搭建指南-文档站点部署与 npm 包发布
26-
27- ## 其他
28-
29- 如果文章内容有错误的地方,烦请指正,互相交流,共同学习。
30-
31- 如果本仓库帮助到了你,请给我一颗 ✨,谢谢。
21+ 如果有错误烦请指正交流,谢谢。
You can’t perform that action at this time.
0 commit comments