Awesome
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
.
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
.