Demo of manage permissions in an authenticated Vue app with CASL
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production with minification
npm run build
Check out the article Managing User Permissions in a VueJS App for more info.