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...
Jul 4, 20212 min readHow to create a simple UI project with routes using Vue / Vuetify / Vue-RouterFull code: https://github.com/aleksvp2017/simpleui Using: Vue; Vuetify Vue-Router I'm assuming you do have node installed (if you don't,...
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...
Jun 16, 20202 min readHow to make a heatmap using Vue/Vuetify and chroma-jsFull code: https://github.com/aleksvp2017/heatmap.git Using: Vue / Vuetify: to construct de UI; Scalable Vector Graphics (SGV) html-tag...
May 20, 20201 min readHow to export a spreadsheet from a Vuetify data table using SheetJS js-xlsx moduleFull code: https://github.com/aleksvp2017/exportspreadsheet.git Using: Vue / Vuetify: to construct de UI; SheetJS js-xlsx: generate xlsx...