文件名称:ES6-features:只是一些 ES6 测试
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-10 02:25:37
JavaScript
ES6 特性(用编译) 安装依赖 $ npm install 将 ES6 代码编译为 ES5 $ ./node_modules/.bin/babel features/src --out-dir features/output 要运行功能,请使用 node 或 babel-node $ node features/output/let.js 或者在某些情况下(当需要 polyfill 时) $ ./node_modules/.bin/babel-node features/output/generators.js $ ./node_modules/.bin/babel-node features/output/generators-async.js $ ./node_modules/.bin/babel-node features/output/generators-pro
【文件预览】:
ES6-features-master
----README.md(870B)
----features()
--------output()
--------src()
----.gitignore(531B)
----app()
--------index.html(303B)
--------config.js(4KB)
--------lib()
--------package.json(110B)
----package.json(236B)