generator-react-umd
v0.1.2
Published
A minimalistic scaffold for a ES6 React wrapped with the UMD
Downloads
7
Maintainers
Readme
generator-react-umd
A minimalistic scaffold for a ES6 React component wrapped with the UMD.
Includes:
- [x] Compilation from ES6.
- [x] UMD wrapping.
- [x] Tests using
jsdomand Mocha. - [x] Dev server using BEEFY.
Usage
Start the BEEFY dev server.
npm startRun the Mocha tests.
npm test