0.0.0 • Published 8 months ago

cwang-com v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

cplm-lib

Getting Started

安装依赖

$ yarn install

启动开发环境

$ yarn start

编译库

$ yarn build

编译文档

$ yarn doc

测试

$ yarn test

发布

// 登录npmjs
$ npm login
// 设置镜像
$ yarn config set registry https://registry.npmjs.org/
$ npm config set registry https://registry.npmjs.org/
// 发布所有
$ yarn publish-all
// 发布单项
$ yarn publish:<单项编号>

部署文档到 219

//windows
$ yarn deploy
//linux/mac
$ ...
0.0.0

8 months ago