VNDB fork of mithril.js
Find a file
2017-07-31 06:38:36 -04:00
.github Add me as a render/ owner [skip ci] 2017-07-31 06:38:36 -04:00
api Merge pull request #1592 from pygy/async-redraw 2017-07-17 23:16:44 +02:00
bundler docs: readme rework (#1898) 2017-07-12 20:34:45 -07:00
docs Move the #1921/#1922 line into the v1.1.4 change set 2017-07-31 12:28:40 +02: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 chore: ospec@1.3.0 2017-07-12 21:04:09 -07: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 core: don't call onremove on the children passed to components that return from their view, fix #1921 2017-07-31 11:48:15 +02:00
request refactor: XHR errors have response/code fields 2017-07-18 22:53:17 -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 Lint 2017-06-14 00:15:08 +02: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 Revert #1449 2016-12-16 10:34:12 +00: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 test: enable danger & tweak messaging 2017-07-21 23:19:08 -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 157fb7d446 [skip ci] 2017-07-31 10:15:31 +00:00
mithril.min.js Bundled output for commit 157fb7d446 [skip ci] 2017-07-31 10:15:31 +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 5e62c13558 [skip ci] 2017-07-22 20:15:05 +00:00
package.json Bundled output for commit 6048168505 [skip ci] 2017-07-22 20:41:22 +00:00
README.md Bundled output for commit 8ab31790ab [skip ci] 2017-07-17 21:19:10 +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.22 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!

🎁