Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fimion/jstransformer-escape-vuejs
https://github.com/fimion/jstransformer-escape-vuejs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fimion/jstransformer-escape-vuejs
- Owner: fimion
- License: mit
- Created: 2018-10-16T10:54:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:52:26.000Z (about 6 years ago)
- Last Synced: 2024-12-12T20:15:34.475Z (10 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
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