mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
535 B
535 B
Marko + Browserify
The markoify transform for browserify will automatically compile Marko templates that are required by other modules.
The marko-browserify sample app is a great starting point if you would like to use Marko with Browserify.
Installation
npm install markoify --save
Usage
browserify -g markoify --extension=".marko" main.js -o bundle.js