1.0.10 • Published 4 months ago
jcot-jsreactlib v1.0.10
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 install
To start a developing session (with watch), run:
npm run dev
To check code for linting errors:
npm run lint
To build production code + crx:
npm run build
To deploy into npm
npm run deploy