docs | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.fatherrc.ts | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
.umirc.ts | ||
package.json | ||
README.md | ||
run.sh | ||
tsconfig.json | ||
typings.d.ts |
pad_stick_doc
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-build
,
$ npm run build