nvml-markup
v0.2.0
Published
A visual markup logic language compiler (NVML → HTML, Electron, Nova)
Maintainers
Readme
NVML Markup
Visual markup + logic compiler (NVML → HTML/Electron UI)
Install
npm install -g nvml-markupExample Usage
nvml index.nvml --target html
nvml index.nvml --target electron.nvml File Example
@visual:
textarea name = "Type name"
button hello = "Say hi"
@logic (use <mini:o.1:logic>):
when hello is clicked:
alert("Hi " + text in name)Outputs:
output.html→ rendered HTML pageelectron_ui.json→ component + logic JSON
