jco-jslibmaterialui
v0.0.26
Published
jslib for jco material-ui projects
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 build