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
Set up easy Vue Pagination for Laravel Projects [via Cloudways]
24.08.2018  •  in #Tutorial, #Bookmarks
In his tutorial for Cloudways, Pardeep Kumar shows you how to easily create a pagination with Vue and Laravel!
Hit The Ground Running With Vue.js And Firestore [via SmashingMag]
10.04.2018  •  in #Bookmarks
Vue.js is a great starting point for prototyping your next product idea! ⚙️ We love how quick & flexible we can be with it! Firestore (the data storage by Google Firebase) is a great companion for Vue.js, as it's equally flexible while remaining hi...