cretueusebiu / laravel-nuxt

A Laravel-Nuxt starter kit.
https://laravel-nuxt.cretueusebiu.com
MIT License
1.15k stars 262 forks source link

[Feature Suggestion] Add CRUD and Async fetch feeds #72

Closed connecteev closed 5 years ago

connecteev commented 5 years ago

@cretueusebiu I love your work, not just on this repo, but in general. I'm still very new to Nuxt.js, but I'm learning slowly by reading your code and through other online resources.

Here's an idea for you...which would both help me learn faster and give the repo more traction: adding a CRUD example and async/ fetch example for a json feed.

If you're open to it, I'd love to help (with your guidance) and can submit a PR.

Here are some links from my investigation (they all do things a little bit differently):

  1. https://github.com/nuxt/hackernews (this is a 1st party package from the creators of Nuxt. As elegant as it is, it's not simple for me to grasp everything. This doesn't have CRUD but is a really nice example of fetching json feeds, caching of feeds, etc.) Demo at https://hn.nuxtjs.org/

  2. https://github.com/nico-amsterdam/vue-crud-nuxt (demo link here). This is a great example of CRUD in Nuxt.

  3. https://github.com/guillaumebriday/todolist-frontend-nuxt Another great example of CRUD in Nuxt (however, this is using a package called https://github.com/vuex-orm/vuex-orm which really confused the hell out of me. What are your thoughts on this vuex-orm package..useful or over-engineered?)

Is there any interest in adding a CRUD and async fetch for feeds? If not, what approach would you take? Let me know your thoughts in the above and happy to collaborate on a PR.

connecteev commented 5 years ago

closing...doesnt look like there's interest in doing this.