##How to develop
Use playground
first run
$ npm run play
then
- open file
/playground/index.html
- coding under
src/components
- compose playground page in
/playground/Playground.js
- see result on
/playground/index.html
-
Make sure the modules you want to export have been specified in
index.js
at root folder. -
Raise npm module version
-
run
$ npm publish ./