pedramphp / lasso-marko

Compiling Marko templates using Lasso.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lasso.js sample app: lasso-marko

This sample app demonstrates how Lasso.js can be used to compile Marko template files to JavaScript so that they can be rendered in the browser.

Running this sample

git clone git@github.com:lasso-js-samples/lasso-marko.git
cd lasso-marko
npm install
./build.sh
open index.html

About

Compiling Marko templates using Lasso.js


Languages

Language:JavaScript 38.7%Language:HTML 33.7%Language:Shell 27.6%