0.0.3 • Published 1 year ago

alass-sds v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@alass/sds

NPM version NPM downloads

A react library developed with dumi

Usage

TODO

Options

TODO

Development

# install dependencies
$ npm install

# develop library by docs demo
$ npm start

# build library source code
$ npm run build

# build library source code in watch mode
$ npm run build:watch

# build docs
$ npm run docs:build

# Locally preview the production build.
$ npm run docs:preview

# check your project for potential problems
$ npm run doctor

LICENSE

MIT

learn

lerna init // 初始化lerna配置 lerna create // 创建lerna包 lerna link // 链接lerna包 lerna add // 安装单个依赖 lerna bootstrap // 安装全局依赖并链接到所有子包 lerna clean // 清除node_modules lerna list // 列出子包