Managing User Permissions in a VueJS App [via Anthony Gore]

Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, done that 😱) 

In his article Managing User Permissions in a VueJS App Anthony Gore guides you through a clean way to adapt your app to different user permissions using the CASL Authorization Library!

Read More

Similar Articles
Renderless Components in Vue.js [via Adam Wathan]
08.04.2018  •  in #Tutorial, #Bookmarks
On his blog, Adam Wathan explains how to create your Components in a way that lets you still easily customize their styling.
Vue on 2018 — Interview with Evan You, author of the Vue.js framework [via Hackages]
10.04.2018  •  in #Bookmarks
Liesbeth Hermans published her great interview with Evan You, creator of Vue.js, on the . Read about how Evan ended up coding Vue.js, his career path and his biggest challenges! They also talked about the state & future of Vue.js 🙌 (There's also ,...