mithril.js

A Javascript Framework for Building Brilliant Applications

Github星跟踪图

mithril.js npm Version npm License npm Downloads Donate at OpenCollective

What is Mithril?

A modern client-side Javascript framework for building Single Page Applications. It's small (9.79 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 ?.

Mithril supports IE11, Firefox ESR, and the last two versions of Firefox, Edge, Safari, and Chrome. No polyfills required. ?

Installation

CDN

<!-- Development: whichever you prefer -->
<script src="https://unpkg.com/mithril/mithril.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.js"></script>

<!-- Production: whichever you prefer -->
<script src="https://unpkg.com/mithril/mithril.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.min.js"></script>

npm

npm install mithril --save

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

TypeScript type definitions are available from DefinitelyTyped. They can be installed with:

$ npm install @types/mithril --save-dev

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!

?

主要指标

概览
名称与所有者MithrilJS/mithril.js
主编程语言JavaScript
编程语言HTML (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2014-03-17 01:59:39
推送于2025-06-15 17:48:20
最后一次提交
发布数91
最新版本名称v2.3.2 (发布于 )
第一版名称v0.1.3 (发布于 )
用户参与
星数14.3k
关注者数302
派生数0.9k
提交数3.8k
已启用问题?
问题数1565
打开的问题数19
拉请求数1011
打开的拉请求数3
关闭的拉请求数322
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?