jue
v0.2.2
Published
Writing Vue component using JSX.
Downloads
12
Readme
jue
Install
$ npm install --save jue
Usage
const jue = require('jue')
jue('unicorns')
//=> 'unicorns & rainbows'
API
jue(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D