Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 669 Bytes

meteor compiler for DeNA JSX - a faster, safer, easier JavaScript

Using

  1. Install the JSX compiler. Toolkit is released as a npm package, so you can install it with
npm install -g jsx
  1. Install packages baysao:dena-jsx for automatic compile file with extension .jsxx (I need to change .jsx to .jsxx for prevention conflict with core package meteor/jsx)
    meteor add baysao:dena-jsx
  1. Put code with extension .jsxx in client code

Credits

Vu Tran - http://vutran.info