plugin-jst

0.1.2 • Public • Published

jst

npm version Build Status

SystemJS's underscore template jst loading plugin.

How to use

import './sample.jst!'

It requires to have underscore installed as a peer dependency, although you can also use it for lodash as long you alias it to underscore in your configuration, i.e.:

System.config({
    map: {
        underscore: 'lodash'
    }
})

Testing

$ npm install
$ npm test

License

MIT

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i plugin-jst

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • albertfdp
    • anifacted
    • dmatteo