marko/docs/browserify.md
Patrick Steele-Idem afb23c520a browserify docs
2017-03-02 02:34:25 -07:00

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