Skip to content
pelonpelon edited this page Oct 28, 2015 · 43 revisions

Starter Kits

Precompilers

  • mithril-objectify - API, CLI, or Browserify transform - optimize m() calls to JS objects - for speed

  • MSX - React-based preprocessor that allows Mithril templates to be written with HTML syntax (e.g. <div></div> instead of m("div"))

  • msx-reader - another MSX reader for JavaScript, powered by sweet.js

  • mithrilify Browserify transform for converting Mithril view templates

  • mithril.sugarTags Sugar'd tags for use with Mithril views, much nicer and succinct compared to normal view definitions with the same benefits

  • mithril-n - pure DOM nodes in Mithril templates

  • Mithril Material Design Icons - Material Design SVG icons as Mithril elements

  • jade-mithrilier - A design-focused abstraction layer over Mithril. Provides a small utility library to allow you to better harmonise your MVC strategy with server-side models and rendering processes

  • mss - CSS library/compiler - Compiles javascript objects into CSS then inserts it into the <head> of the document. EXAMPLE with Mithril (uses coffeescript)

Clone this wiki locally