Vue.js + Vuex - User Registration and Login Tutorial & Example
Tutorial built with Vue.js 2.5.16 + Vuex 3.0.1 and Webpack 4.16. In this tutorial we’ll go through an example of how to build a simple user registration and login system using Vue.js + Vuex and webpack 4.16.
The tutorial project is available on GitHub.Building a Single-Page Application with Symfony 4, Vue.js, Vue Router, Vuex and Axios
With Symfony, I used to build my web applications in a traditional way: the framework handles everything, from the routing to the page rendering. However nowadays web applications have complex user interactions and the previous approach does not fit well for such cases. That’s where single-page application architecture comes to the rescue.