Linux 下配置没什么问题,就是 Windows 下有点坑:
Linux
Windows
以 http://user:pass@host.com:8080/p/a/t/h?query=string#hash 为例,URL对象的各个部分如下图:
http://user:pass@host.com:8080/p/a/t/h?query=string#hash
自从 Babel 由版本5升级到版本6后,在安装和使用方式上与之前大相径庭,于是写了这篇入坑须知,以免被新版本所坑。
Babel
fs 是 filesystem 的缩写,该模块提供本地文件的读写能力,基本上是 POSIX 文件操作命令的简单包装。但是,这个模块几乎对所有操作提供异步和同步两种操作方式,供开发者选择。
fs
filesystem
POSIX
用以下方法时,均需先引用 fs 模块:
name
version
keywords
author
license
repository
homepage
bugs