VNDB fork of mithril.js
Find a file
2017-07-12 20:34:45 -07:00
api Merge pull request #1889 from pygy/fix-1857 2017-07-06 21:10:03 +02:00
bundler docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
docs docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
examples Prevent create empty item 2017-05-01 13:27:22 +01:00
module lint 2016-09-23 22:49:20 -04:00
ospec [ospec:docs] test suites can now be named [skip ci] 2017-07-09 17:04:26 +02:00
performance docs: new repo refs and build tweaks 2017-05-02 13:12:00 -07:00
promise Chore: Fix lint issues and add indent with tabs 2017-03-11 15:54:41 -06:00
querystring allow array data in m.request 2017-01-23 18:03:33 -05:00
render Take the namespace of the root node into account, fix other ns oversight #1872 2017-06-14 01:59:45 +02:00
request "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
router "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
stream Move "use strict" directive inside the stream IIFE #1831 2017-07-11 10:07:33 +02:00
test-utils Add tests for #1870 2017-06-12 18:26:45 +02:00
tests "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
util don't return from withAttr 2017-01-23 18:09:06 -05:00
.deploy.enc Set up repo for travis commits (#1210) 2016-08-04 09:58:28 -07:00
.editorconfig clean up repo 2017-01-30 11:18:47 -05:00
.eslintignore docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
.eslintrc.js chore: automate github release pages (#1741) 2017-03-24 12:35:14 -07:00
.gitattributes Update .gitattributes [skip ci] 2017-04-03 08:15:45 -04:00
.gitignore "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
.npmignore Revert #1449 2016-12-16 10:34:12 +00:00
.travis.yml docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
browser.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
hyperscript.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
index.js Expose Vnode as m.vnode (#1487) 2016-12-20 21:19:16 -08:00
LICENSE docs: Adding license file. (#1583) 2017-02-01 09:25:00 -08:00
mithril.js v1.1.3 2017-07-11 12:29:41 +02:00
mithril.min.js v1.1.3 2017-07-11 12:29:41 +02:00
mount.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
package-lock.json Bundled output for commit 0cd151b08a [skip ci] 2017-07-12 16:11:16 +00:00
package.json docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
README.md docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
redraw.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
render.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
request.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
route.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
stream.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00

mithril.js NPM Version NPM License NPM Downloads

Build Status Gitter

What is Mithril?

A modern client-side Javascript framework for building Single Page Applications. It's small (8.18 KB gzipped), fast and provides routing and XHR utilities out of the box.

Mithril is used by companies like Vimeo and Nike, and open source platforms like Lichess 👍.

Browsers all the way back to IE9 are supported, no polyfills required 👌.

Installation

CDN

<script src="https://unpkg.com/mithril"></script>

npm

$ npm install mithril

The "Getting started" guide is a good place to start learning how to use mithril.

Documentation

Documentation lives on mithril.js.org.

You may be interested in the API Docs, a Simple Application, or perhaps some Examples.

Getting Help

Mithril has an active & welcoming community on Gitter, or feel free to ask questions on Stack Overflow using the mithril.js tag.

Contributing

There's a Contributing FAQ on the mithril site that hopefully helps, but if not definitely hop into the Gitter Room and ask away!


Thanks for reading!

🎁