3.2.0 • Published 7 years ago

inferno-beaker v3.2.0

Weekly downloads
16
License
-
Repository
github
Last release
7 years ago

inferno-beaker build status

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