Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 400 Bytes

development.md

File metadata and controls

20 lines (11 loc) · 400 Bytes

开发文档

组件库

packages 目录是组件仓库。

示例

example 目录 是组件示例项目。

新建组件

  1. 复制 组件模板;
  2. 入口处 导出组件;

组件库打包发布

  1. 执行 yarn build:lib 完成打包;
  2. 执行 sh publish.sh 发布到 npm 仓库;