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.
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.