Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fimion/jstransformer-escape-vuejs


https://github.com/fimion/jstransformer-escape-vuejs

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# jstransformer-escape-vuejs

[escape-html](http://npm.im/escape-html) support plus curly brackets for [JSTransformers](http://github.com/jstransformers).

modified from jstransformer-escape-html

## Installation

npm install jstransformer-escape-vuejs

## API

```js
var escape = require('jstransformer')(require('jstransformer-escape-vuejs'))

escape.render('foo & bar').body
//=> 'foo & bar'
```

## License

MIT