1.2.1 • Published 10 years ago

plugin-jsx v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago