pz-protector-script
A react library developed with dumi
Usage
主文件:import "pz-type-utils"
tsconfig.json
中新增如下类型引入:
{
"types": ["node_modules/@types", "pz-type-utils"]
}
Options
TODO
Development
# install dependencies
$ yarn install
# develop library by docs demo
$ yarn start
# build library source code
$ yarn run build
# build library source code in watch mode
$ yarn run build:watch
# build docs
$ yarn run docs:build
# check your project for potential problems
$ yarn run doctor
LICENSE
MIT