mvr-apollo
v1.0.15
Published
* **ES6/ESNext** - Write _ES6_ code and _Babel_ will transpile it to ES5 for backwards compatibility * **Lint** - Preconfigured _ESlint_ with _Airbnb_ config * **Minify** - Built code will be minified for performance
Downloads
22
Readme
Features
- ES6/ESNext - Write ES6 code and Babel will transpile it to ES5 for backwards compatibility
- Lint - Preconfigured ESlint with Airbnb config
- Minify - Built code will be minified for performance
Commands
npm run clean
- Removelib/
directorynpm run lint
- Run ESlint with airbnb-confignpm run build
- Babel will transpile ES6 => ES5 and minify the code.npm run prepublish
- Hook for npm. Do all the checks before publishing your module.