plugin-jsx

1.2.1 • Public • Published

plugin-jsx Build Status

JSX loader plugin for jspm

Deprecation: Use babel.

This plugin will translate JSX templates to JS.

To use it you should install it with jspm:

jspm install jsx

After that you can include JSX templates in your modules:

var Component = require('component.jsx!');

Tests

npm install
npm test

Readme

Keywords

Package Sidebar

Install

npm i plugin-jsx

Weekly Downloads

8

Version

1.2.1

License

MIT

Last publish

Collaborators

  • floatdrop