aarondfrancis / vue-model

Model component for Vue.js
MIT License
857 stars 42 forks source link

A full CRUD example, with listing, would be nice #12

Closed kkinder closed 6 years ago

kkinder commented 7 years ago

Since I'm relatively new to Vue.JS, I'm having trouble putting together how I would actually use vue-model to connect to a restful JSON API and write a real application.

Something as simple as a complete CRUD example app would be nice, like a TODO list.

thorsteneckel commented 7 years ago

Hi @kkinder - I don't think that I'll find the time to create a full example RESTful JSON API. So there is any help welcome.

I'm currently working on a Rails + Devise Token Auth + Webpack + Vue + Axios + vue-model boilerplate application. Maybe that's interesting for you?

kkinder commented 7 years ago

Yeah, that would be helpful. I'm using a different backend, but any examples help. :) It's just a bit of an undertaking to figure it all out from scratch.