Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 279 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 279 Bytes

patterns-dev-cn

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