ES6ModuleTranspiler-Rails在Rails资产管道中转换ES6模块。使用安装:必须安装Node.js才能进行转译。gem 'es6_module_transpiler-rails'
。用法:只要文件具有.es6
扩展名,您的模块将根据其目录嵌套+文件名进行转换和命名。例如:app/assets/javascripts/controllers/fooController.js.es6
,其内容 var fooController = function () { console.log('fooController is in the house!'); }; export default fooController;
将编译为 /assets/controllers/fooController.js
,并定义为模块。
es6 module transpiler rails:在Rails资产管道中转换ES6模块
文件列表
es6_module_transpiler-rails-master.zip
(预估有个16文件)
es6_module_transpiler-rails-master
.gitignore
154B
es6_module_transpiler-rails.gemspec
1KB
CHANGELOG.md
354B
LICENSE.txt
1KB
README.md
4KB
lib
es6_module_transpiler
rails
version.rb
74B
暂无评论