
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Replacing Rails ERB template with Vue
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Replacing Rails ERB template with Vue
I have this bizarre idea that how can we replace the Rails erb templating with vue. I think even ... I have this bizarre idea that how can we replace the Rails erb templating with vue. I think even the simplest of the sites today are data driven and want to be reactive. For people like me who are boilerplate averse. I can do this with new Rails 5.1 but with the following limitations: The naturally available @variables are not present in js files, so I have to pass them as data attributes, use Gon