0.1.2 • Published 11 years ago
generator-react-umd v0.1.2
generator-react-umd
A minimalistic scaffold for a ES6 React component wrapped with the UMD.
Includes:
- Compilation from ES6.
- UMD wrapping.
- Tests using
jsdomand Mocha. - Dev server using BEEFY.
Usage
Start the BEEFY dev server.
npm startRun the Mocha tests.
npm test