olahol / generator-react-umd

A Yeoman generator that generates a minimalistic scaffold for a ES6 React component wrapped with the UMD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-react-umd

A minimalistic scaffold for a ES6 React component wrapped with the UMD.

Includes:

  • Compilation from ES6.
  • UMD wrapping.
  • Tests using jsdom and Mocha.
  • Dev server using BEEFY.

Usage

Start the BEEFY dev server.

npm start

Run the Mocha tests.

npm test

About

A Yeoman generator that generates a minimalistic scaffold for a ES6 React component wrapped with the UMD.


Languages

Language:JavaScript 100.0%