Skip to content

ewhitebloom/purescript-halogen

 
 

Repository files navigation

purescript-halogen

Latest release Build Status Dependency Status

A declarative, type-safe UI library for PureScript.

Getting Started

Installation

bower install purescript-halogen

purescript-halogen uses the virtual-dom library as a CommonJS dependency. To set up virtual-dom in your project, it is recommended that you:

  • Install virtual-dom as an NPM dependency in your package.json file.
  • Use psc with psc-bundle and then webpack or browserify to build and link the virtual-dom source code into a JS bundle for use in the web browser.
  • If you're building with pulp then this is easy to do with the pulp browserify command.

Documentation

About

A declarative, type-safe UI library for PureScript.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PureScript 97.1%
  • JavaScript 2.9%