Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 296 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 296 Bytes
# zxxxxxxx ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father`, ```bash $ npm run build ``` # zujianku