- 强依赖 lerna 请先安装 lerna
yarn global add lerna
npm install lerna -g
- 使用 lerna 来安装依赖(子包之间存在依赖关系,所以请在根节点处安装)
lerna bootstrap
- 2.5 在发布之前需要设置 npm 库配置(暂时只写在 xb 私有 npm 仓库里)
- 使用 lerna 来发布到 npm 仓库。
lerna publish
- 对外发布的库 请在名称前加 @xb,如
@xiaobaoonline/xbui
-
本地 commit 后运行
lerna publish
会npm publish
并git push
到仓库 -
@xb\xbui
的使用方法请转至 筛选组件文档 ,正在预研 gitlab 是否支持 gitpages -
按照 xbfilter 的方法
npm config set registry http://repository.xiaobao100.com/npm/xiaobao-npm
npm install @xb\xbui -s