File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11/.idea /
2+ vendor
Original file line number Diff line number Diff line change 11# react-babel
22
3- Using [ React] ( http://facebook.github.io/react/ )
4- with [ Babel] ( https://babeljs.io/ ) .
3+ Using [ React] ( http://facebook.github.io/react/ ) with JSX, ES6 modules and all other ES6 and experimental ES7
4+ features provided by [ Babel] ( https://babeljs.io/ ) transpiler. ES6 files are transpiled on fly (and cached) by the browser
5+ alone (no Grunt/Gulp/Broccoli processing is needed).
56
67## Install
78
89```
910bower install
11+ ```
12+
13+ ## Launch
14+
15+ ```
1016http-server -p 3000
1117open http://localhost:3000
1218```
Original file line number Diff line number Diff line change 1919 "react" : " ~0.13.0" ,
2020 "reflux" : " ~0.2.6" ,
2121 "requirejs_text" : " requirejs-text#~2.0.14" ,
22- "requirejs_babel_fork " : " hipertracker/requirejs-babel"
22+ "requirejs_babel " : " hipertracker/requirejs-babel"
2323 }
2424}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var require = {
44 paths : {
55 app : './app' ,
66
7- babel : 'vendor/requirejs_babel/babel-4.6.6 .min' ,
7+ babel : 'vendor/requirejs_babel/babel-4.7.8 .min' ,
88 babel_polyfill : 'vendor/browser-polyfill' ,
99 es6 : 'vendor/requirejs_babel/es6' ,
1010
You can’t perform that action at this time.
0 commit comments