jcot-jsreactlib
v1.0.12
Published
jsreactlib
Downloads
11
Readme
JavaScript library
Includes:
- webpack-based build system
- full ES6 support with Babel 6
- linting using eslint with airbnb configuration
- use node.js libraries
Build instructions:
To install dependencies:
npm installTo start a developing session (with watch), run:
npm run devTo check code for linting errors:
npm run lintTo build production code + crx:
npm run buildTo deploy into npm
npm run deploy