Webpacker: Bigger default pack, bigger Rails tent. Are the non-react libraries welcome?

Created on 12 Dec 2016  ยท  3Comments  ยท  Source: rails/webpacker

Hi Rails core team, thank you all for webpacker ๐Ÿ‘๐Ÿป.

Are the non-react libraries welcome in the default pack? For example, vuejs?

rails webpacker:install:vuejs

If yes, I will send in a PR for vuejs code example and rake task. Thank you!

Most helpful comment

Bring it on! We may well want to move to a more formalized plugin system but for now let's just build things out and see where they go.

On Dec 11, 2016, at 20:43, Bryan Lim notifications@github.com wrote:

Hi Rails core team, thank you all for webpacker ๐Ÿ‘๐Ÿป.

Are the non-react libraries welcome in the default pack? For example, vuejs?

rails webpacker:install:vuejs

If yes, I will send in a PR for vuejs code example and rake task. Thank you!

โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 3 comments

Bring it on! We may well want to move to a more formalized plugin system but for now let's just build things out and see where they go.

On Dec 11, 2016, at 20:43, Bryan Lim notifications@github.com wrote:

Hi Rails core team, thank you all for webpacker ๐Ÿ‘๐Ÿป.

Are the non-react libraries welcome in the default pack? For example, vuejs?

rails webpacker:install:vuejs

If yes, I will send in a PR for vuejs code example and rake task. Thank you!

โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@ytbryan Let me know if there is anything I can do to help. I started looking at a customizing a webpack template that uses vue-cli, but this sounds pretty awesome ๐Ÿ‘

I've just added plumbing that we can now trigger these framework-specific hello worlds via the command line. Right now just react is hooked up, but it works like so: rails new myapp --webpack=react. We can do the same for vuejs.

Please open a PR when this is ready.

Was this page helpful?
0 / 5 - 0 ratings