Valian / live_vue

End-to-end reactivity for Phoenix LiveView and Vue
https://hex.pm/packages/live_vue
MIT License
241 stars 14 forks source link

Add vuetify example project #21

Closed lalabuy948 closed 2 months ago

lalabuy948 commented 3 months ago

Hi @Valian , as we spoke over PR issue, I added project example with Vuetifyjs.

I added few examples:

Installation process is written step by step in INSTALLATION.md.

Screenshot 2024-08-19 at 15 39 40 Screenshot 2024-08-19 at 15 39 56

Let me know what do you think and if I should change anything. I decided not to create git submodule, not to have external dependancy on my repo.

Valian commented 3 months ago

@lalabuy948 thank you, it's amazing! 🥳😍 You've really put a lot of effort to make this PR!

Just I wonder if it wouldn't be better to make this part of the example_project instead of creating a new one. I would like to deploy it sometime soon and make it a public demo with all examples next to each other instead of asking users to install the project by themselves.

I think it should be a small change to move it there. Could you maybe do it? I can assist but I'm fairly booked this week

lalabuy948 commented 3 months ago

@Valian of course, will move it to the example_project. I thought to have it separately, not to pollute existing one 🙂 Or perhaps in the future you would like have example_projects/* with different libs/settings/etc.