1.2.1 • Published 8 years ago

plugin-jsx v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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
1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago