-
-
Notifications
You must be signed in to change notification settings - Fork 926
Developer Tools
- Starter Kits
- Precompilers - (preprocessors) JS • MSX • CSS
- Livereload gulp plugin for mithril views (demo)
- Mithril with Amok - Amok is a JS hot-loader
- Sublime Text shortcuts - sublime package or add json file to User packages
-
mithril-rails - a Rails gem that includes MSX
-
mithril boilerplate - A setup to get up and running with Mithril in an NodeJS environment. Includes LESS.
-
another mithril boilerplate - Another setup to get up and running with Mithril in NodeJS. Includes MSX, LESS and Bootstrap.
-
mithril coffee starter Basic setup for Mithril with CoffeeScript, Browserify, LESS, and Bootstrap out of the box.
-
mithril-hx Mithril for the modern cross-platform language Haxe.
-
mithril-quickstart Quick start with NodeJs, Express, themable using bootswatch, authentication using JWT+bcrypt+mongodb and in-memory dev mongodb
-
node-catapult - A minimal starter project that includes express, browserify, and Mithril. Built for ease of extension for your own needs.
-
generator-mithril-webpack - Yeoman generator for Mithril.js applications utililizing ES6 and WebPack
-
Mixed MVC framework - Mithril.js Controller,View + Backbone Event,Model,Collection
-
jspm-mithril - Mithril.js boilerplate with hot reloading modules: standard, jsdom, husky, grunt, chai
-
Mithril-Redux Starter - uses webpack
-
Mithril-Redux Starter - uses Browserfy-hmr (hot model replacement)
-
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 ofm("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 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)