degree
v1.1.1
Published
Development server for virtual-dom/observable components
Downloads
13
Maintainers
Readme
degree
Development server for virtual-dom/observable components
Install
$ npm install --global degree
CLI
$ degree component.js
#=> auto-opens browser with component mounted
Other options are passed to budo:
$ degree component.js --port 8000
API
degree(entries, [options])
-> emitter
Returns the EventEmitter from budo's API.
entries
Required
Type: string
/ array[string]
A path to an entry file, or multiple entries.
options
foo
Options to pass to budo.
License
MIT © Ben Drucker