Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 443 Bytes

Mithril.js

Mithril.js bindings for Lua.

Usage

local m = require 'mithril'
local js = require 'js'

m:render(js.global.document.body, 'Hello world')

Please Refer to Mithril.js.

NOTE: You can use Promise.ok instead of Promise.then.

Dependencies