Mithril.js bindings for Lua.
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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Mithril.js bindings for Lua.
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.