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
Advanced Vue.js Debugging [via vuejsdevelopers]
24.10.2018  •  in #Bookmarks
Debugging and reading a documentation are the most important skills of a developer. Learn about the thought process behind debugging with this Detective Story about Debugging by Kevin Ball!
Plans of the next Iteration of Vue.js [via The Vue Point]
04.10.2018  •  in #Bookmarks
Evan You presents an in-depth preview of the plan for the next major version of Vue.js!