1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf 2016-02-27 19:01:27 +08:00
commit fc7505278e

View File

@ -230,7 +230,7 @@ $ npm run build
`babel-cli`工具自带一个`babel-node`命令提供一个支持ES6的REPL环境。它支持Node的REPL环境的所有功能而且可以直接运行ES6代码。
它不用单独安装,而是随`babel-cli`一起安装。然后,执行`babel-node`就进入PEPL环境。
它不用单独安装,而是随`babel-cli`一起安装。然后,执行`babel-node`就进入REPL环境。
```bash
$ babel-node