Starting a SPA (singel page application) with Vue-cli?
Hi!
So I have been working with Vue in Laravel for sometime, and I really like it and want to start learning more! So I was checking out Vue-cli (https://github.com/vuejs/vue-cli) and that seems to be a Vue framework with router etc, am I right?
But how about the backend? And I'm talking about eloquent to be specific.
I am amazed how little information I could find on creating SPA with Vue Webpack template & Lumen. Currently I am doing this, in Lumen I have created controllers which return JSON data and I only need to wire up Vue full Webpack template to show this data to a user.