React 使用nmp的react-tools将jsx编译成JavaScript

前端之家收集整理的这篇文章主要介绍了React 使用nmp的react-tools将jsx编译成JavaScript前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1、安装node

从这里下载Node

选择适合自己的版本,下载后安装。

2、通过npm安装react-tools

First install theBabelcommand-line tools (requiresnpm):

npminstall--globalbabel

Then,translate yoursrc/helloworld.jsfile to plain JavaScript:

babelsrc--watch--out-dirbuild

3、截图

编译前:

编译后:

4、当目标文件变化以后,自动构建生成新的js文件

原文链接:https://www.f2er.com/react/307641.html

猜你在找的React相关文章