inferno-beaker
v3.2.0
Published
A handy devtool for [inferno](https://github.com/infernojs/inferno).
Downloads
3
Readme
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-beaker
Project Structure
path/to/source
+-- html
| +-- xxxx.html
+-- js
| +-- @types
| +-- entries
| +-- yyyy.tsx
+-- package.json (optional)
+-- dist (output)
+-- xxxx.html
+-- yyyy.min.js
Commands
inferno-beaker watch path/to/source
inferno-beaker build path/to/source