npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

system-jsx

0.1.1

@trusktr

npmHomeRepoSnykSocket
Downloads:5
$ npm install system-jsx
DailyWeeklyMonthlyYearly

system-jsx

JSX loader plugin

This plugin will translate JSX templates to JS and executes them (like coffee-script or es6).

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!');