anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

Question: Use in browser #398

Closed rcpacheco closed 8 years ago

rcpacheco commented 8 years ago

I want to access deku in browser (JSBIN) as opposed to using it as a node module, taking advantage of the service wzrd.in How can I access the exported createApp, element, etc?

anthonyshort commented 8 years ago

You should just be able to access it using: https://wzrd.in/standalone/deku@2.0.0-rc15 and then you'll have a deku global variable if you load it onto a page.