A template for dumi components project with monorepo mode.
Install dependencies,
$ npm i
Start the dev server,
$ npm start
Build documentation,
$ npm run docs:build
Build library via father-build
,
$ npm run build
Generate CHANGELOG via conventional-changelog-cli
,
$ npm run changelog