Go to file
taoya7 a19ff9aeaf
Some checks failed
continuous-integration/drone Build is failing
init
2022-05-11 13:32:46 +08:00
docs init 2022-05-11 10:51:18 +08:00
src init 2022-05-11 10:51:18 +08:00
.drone.yml init 2022-05-11 13:32:46 +08:00
.editorconfig init 2022-05-11 10:51:18 +08:00
.fatherrc.ts init 2022-05-11 10:51:18 +08:00
.gitignore init 2022-05-11 10:51:18 +08:00
.prettierignore init 2022-05-11 10:51:18 +08:00
.prettierrc.js init 2022-05-11 10:51:18 +08:00
.umirc.ts init 2022-05-11 10:51:18 +08:00
package.json init 2022-05-11 10:51:18 +08:00
README.md init 2022-05-11 10:51:18 +08:00
tsconfig.json init 2022-05-11 10:51:18 +08:00
typings.d.ts init 2022-05-11 10:51:18 +08:00

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