3.2.0 • Published 9 years ago
inferno-beaker v3.2.0
inferno-beaker 
A handy devtool for inferno.
- Built upon webpack
- TypeScript (.tsx) only
- Bundled inferno,inferno-component,inferno-compat
- Import CSS/Less to TypeScript
- Uglify outputs
- Support source maps
Installation
npm i -g inferno-beakerProject Structure
path/to/source
+-- html
|   +-- xxxx.html
+-- js
|   +-- @types
|   +-- entries
|       +-- yyyy.tsx
+-- package.json (optional)
+-- dist (output)
    +-- xxxx.html
    +-- yyyy.min.jsCommands
inferno-beaker watch path/to/source
inferno-beaker build path/to/source