/mithril

Mithril.js bindings for Lua.

Primary LanguageLuazlib LicenseZlib

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