A taglib to use Marko with Lasso
npm install @lasso/marko-taglibLasso.js Taglib for Marko
==========================
The Lasso.js includes a taglib for Marko for easily injecting and tags into a page, as well as resource URLs for images and other types of front-end resources.
In order to automatically detect and compile required *.marko templates we
will need to install the lasso-marko
plugin and lasso-marko-taglib
taglib using the following commands:
``bash`
npm install lasso-marko
npm install @lasso/marko-taglib
`html
Output HTML will be similar to the following:
`html
Test Page
Test Page
`Tags
Lassoes the page so that the resulting JavaScript and CSS resources can be injected into the output HTML. The
and tags are used as insertion points. By default, all CSS tags will be added to the slot and all