1.0.9 • Published 2 years ago

si-design v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

si-design

Getting Started

Install dependencies,

$ npm i | yarn

Start the dev server,

$ npm start | yarn start

Build documentation,

$ npm run docs:build | yarn docs:build

Run test,

$ npm test | yarn test

Build library via father-build,

$ npm run build | yarn build