ember addon

イシュー

  • ember-cli のaddon メモ

参考

bootstrap

参考

ember-cli-bootstrap-sassy

fork of ember-cli-bootstrap-sass without any references to now defunct bootstrap_for_ember

  • 今は亡き、bootstrap_for_emberへのリファレンスを持たない、ember-cli-bootstrap-sass のフォークです。

参考

Please Note

People wanting to use Twitter Bootstrap's SASS implementation at the moment need to be aware that there is a SASS problem in their code and the latest libsass compilers are choking on it. You can find out more here. The temporary solution is to use version 3.1.0 of ember-cli-sass rather than more recent ones. If you install this addon first using the command below then this will be done for you.

  • 人々は Twitter Bootstrap の SASS 実装を使用したいと思っているが、現時点ではそのコード(Bootstrap)に問題があり、最新のlibsass コンパイラーがそれをチェックしてしまうという認識が必要です。
  • あなたはここ( node-sass 3.0.0 beta support · Issue #879 · twbs/bootstrap-sass · GitHub )で詳細を知ることが出来ます。
  • 一時的な解決方法は、ember-cli-sass の最近のバージョンではなく、バージョン3.1.0を使うことです。
  • もしあなたがこのアドオン(ember-cli-sass)をインストールしていたら、問題の解決のために最初に以下のコマンドを使用してください。

アドオン適用方法

  • 1.標準のsass アドオンのインストール
$ ember install ember-cli-sass
  • 2.ember-cli-bootstrap-sassy アドオンのインストール
$ ember install ember-cli-bootstrap-sassy
  • 3.app/styles/app.scss を作成
@import "bootstrap";

ember-component

  • Indexia on Github
    • bootstrap_for_ember の後継プロジェクト
    • contributorは1人で、今は開発は止まっている

参考

ember-truth-helpers

  • 標準のhandlebars ヘルパーを拡張する(if分に条件を追加)
$ ember install ember-truth-helpers

参考

ember-cli-chart

参考

ui-list

参考

ember-list-view

参考