Oct 22, 20214 min readHow to create a simple UI project with login, session management and protected resourcesFull code: https://github.com/aleksvp2017/login Using: Vue; Vuetify Vue-Router Vuex I'm assuming you do have node installed (if you...
Oct 26, 20202 min readHow to communicate between components in a Vuetify appFull code: https://github.com/aleksvp2017/infoflow Using: Vue/Vuetify: to construct de UI; Vuex: to share data between components; Visual...