我有一个简单的自定义库,我想添加到我的ember项目中。我需要在多个控制器和路由中使用它,标准的方法是什么? lib文件夹?作为帮手?导出为模块?
答案 0 :(得分:1)
我假设“简单”你的意思是这个库不是针对ember,node,AMD,ES6或其他任何东西编写的 - 只是普通的JS。
将您的图书馆放入if plan.start_time.present?
json.start_time plan.start_time.strftime("%I:%M %p")
end
目录,然后在vendor
中添加此行:
ember-cli-build.js
然后您可以全局访问它。
在此处阅读更多内容:http://www.ember-cli.com/user-guide/#standard-non-amd-asset