php - What should be Laravel and what should be Vue.js -


it's been 6 month use laravel, , love it, , want keep it.

so now, i'm learning vue, spark come vue, more interactivity.

i display list items : name, adress, fk1_with_relation, fk2_with_relation,etc.

i manage data eloquent, , fine me.

the action perform ajax call delete button.

i don't reloading page each time need delete user.

so vue, don't want generate special api that, , wouldn't generate table using vue, happy eloquent in case.

i generate vuejs small posible can delete row ajax remove row.

is posible?

vue-resource provides ajax functionality delete.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -