LoginSignup
0
1

More than 3 years have passed since last update.

【Ruby on Rails】Webpackerでcocoonを導入方法

Posted at

cocoonを使うなら、jQueryが必要なので、WebpackerでjQueryを導入方法はこちらです:
【Ruby on Rails】WebpackerでBootstrap、jQueryを導入方法

Gemfile
gem "cocoon"

以下のファイルをダウンロードして、app/javascript/src/に保存する。
https://github.com/nathanvda/cocoon/blob/master/app/assets/javascripts/cocoon.js

app/javascript/packs/application.js
require("../src/cocoon");
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1