文件名称:es6-babel-systemjs-boilerplate:ES6 babel(以前的 6to5)和 SystemJS 样板
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-11 04:59:20
JavaScript
ES6 babel 和 SystemJS 样板 这是一个 ES6 样板,其中源代码通过 Babel(旧 6to5)转换为 ES5,其中所有模块都通过 SystemJS 捆绑到一个文件中用于生产,而不包括任何 Traceur 运行时。 入门 # clone this repository git clone https://github.com/weiland/es6-babel-systemjs-boilerplate.git cd es6-babel-systemjs-boilerplate # install node dependencies npm install # build your code gulp build # automatically re-build the bundle on every change in the src gulp watch 发展 将 E
【文件预览】:
es6-babel-systemjs-boilerplate-master
----.jshintrc(562B)
----index.html(333B)
----systemBuild()
--------.gitkeep(0B)
----bower.json(305B)
----src()
--------user.js(166B)
--------main.js(305B)
--------dom.js(270B)
----gulpfile.js(1KB)
----README.md(2KB)
----dist()
--------.gitkeep(0B)
----.editorconfig(208B)
----.gitignore(227B)
----package.json(478B)