文件名称:es6-features:节点的实验es6功能
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-20 17:49:22
JavaScript
ES6-feature Experiment ES6 features Usage first, install npm & node, then type the following command: $ npm install // 安装依赖包 $ gulp // 利用babel转成es5执行 $ node build // 自动构建结果 Test Envioronment OS : Win 10.0.10240 node : 0.12.7 npm : 2.11.3 Experiment List
【文件预览】:
es6-features-master
----features()
--------let_const.js(2KB)
--------template_str.js(3KB)
----tool.js(1KB)
----package.json(745B)
----gulpfile.js(827B)
----compiled()
--------let_const.md(2KB)
--------template_str.md(1KB)
----build.js(1KB)
----LICENSE(1KB)
----.gitignore(37B)
----README.template(370B)
----README.md(440B)
----build()
--------let_const_build.js(2KB)
--------template_str_build.js(3KB)