VNDB fork of mithril.js
Find a file
2017-10-14 05:32:56 +00:00
.github Add me as a render/ owner [skip ci] 2017-07-31 06:38:36 -04:00
api api/redraw, console check for IE9 compat. 2017-09-25 17:03:48 +02:00
bundler docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
docs fix: Allow for changing focus in lifecycle hooks (#1988) 2017-10-13 22:31:03 -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 Use util.inspect to log in node - fixes #1661 2017-09-01 14:02:58 +02:00
performance Make the benchmark a little more precise 2017-08-31 05:31:07 -04:00
promise Adapt test to new async callback behaviour 2017-08-31 19:31:08 +02:00
querystring allow array data in m.request 2017-01-23 18:03:33 -05:00
render fix: Allow for changing focus in lifecycle hooks (#1988) 2017-10-13 22:31:03 -07:00
request fix issue 1919 2017-08-03 13:48:19 -07:00
router "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
stream chore: mithril-stream@1.1.0 2017-07-12 21:04:09 -07:00
test-utils Allow xlink:href to get removed, fix option.value in mock 2017-10-01 19:34:12 -04:00
tests Tests for m.redraw.sync() 2017-06-13 23:22:25 +02:00
util don't return from withAttr 2017-01-23 18:09:06 -05:00
.babelrc chore: Implement danger for PRs (#1905) 2017-07-19 21:14:13 -07: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 Missed a word [skip ci] 2017-07-22 03:16:27 -04:00
.gitignore "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
.npmignore Update package lockfile and danger/lint-staged 2017-08-25 02:59:38 -04:00
.travis.yml chore: run eslint --fix against commits (#1912) 2017-07-22 13:12:01 -07:00
browser.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
dangerfile.js chore: ignore test-ospec when checking PRs 2017-08-06 22:18:57 -07: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 Bundled output for commit 8b56c70911 [skip ci] 2017-10-14 05:32:56 +00:00
mithril.min.js Bundled output for commit 8b56c70911 [skip ci] 2017-10-14 05:32:56 +00:00
mount.js "use strict" and other linty fixes 2017-03-03 18:24:38 -05:00
package-lock.json Bundled output for commit 8b56c70911 [skip ci] 2017-10-14 05:32:56 +00:00
package.json Update package lockfile and danger/lint-staged 2017-08-25 02:59:38 -04:00
README.md Bundled output for commit ae27c0ff18 [skip ci] 2017-10-04 22:02:02 +00: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.42 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!

🎁