0.0.5 • Published 3 years ago

jco-jsreactlib v0.0.5

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

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