Skip to content

Commit

Permalink
browserify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-steele-idem committed Mar 2, 2017
1 parent 774b9d2 commit afb23c5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/browserify.md
@@ -0,0 +1,17 @@
# Marko + Browserify

The [markoify](https://github.com/marko-js/markoify) transform for [browserify](https://github.com/substack/node-browserify) will automatically compile Marko templates that are required by other modules.

The [marko-browserify](https://github.com/marko-js-samples/marko-browserify) sample app is a great starting point if you would like to use Marko with Browserify.

## Installation

```bash
npm install markoify --save
```

## Usage

```bash
browserify -g markoify --extension=".marko" main.js -o bundle.js
```

0 comments on commit afb23c5

Please sign in to comment.