chenlei ae0488d95b refactor: 使用monorepo重构 2 years ago
..
docs ae0488d95b refactor: 使用monorepo重构 2 years ago
.gitignore ae0488d95b refactor: 使用monorepo重构 2 years ago
.umirc.ts ae0488d95b refactor: 使用monorepo重构 2 years ago
README.md ae0488d95b refactor: 使用monorepo重构 2 years ago
package.json ae0488d95b refactor: 使用monorepo重构 2 years ago

README.md

docs

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Run test,

$ npm test

Build library via father,

$ npm run build