VTML
Github iconNPM icondownload
Tutorial
Getting startedHello worldMy first siteAdding a form
Documentation
VariablesLogicPagesSQLFormsChecksPortalsJavascriptEvent streams
Reference
v-withv-ifv-unlessv-for-eachv-portalv-jsonv-yamlv-markdownv-sqlv-nodejsv-dumpv-hint-portv-pagev-exposev-set-cookiev-includeformv-outputv-check-*v-catchv-tryv-set-statusv-redirectv-subscribev-notify
warning

VTML and vtml.org is in alpha and under active development. Use at your own risk

warning

VTML is in alpha. Use at own risk.

Getting started

You can either install vtml globally using:

sudo npm -g i @vtml/vtml

Or if you just want to give it a go without installing system-wide you can use.

npx @vtml/vtml

Quick start

To verify that everything is working you can crete a simple template app

vtml --template hello > hello.vtml # Create a basic vtml page
vtml hello.vtml                    # Start it up!

You can now browse to http://localhost:3000/ and you should see a basic testbed page.