Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 412 Bytes

vue-casl-demo

Demo of manage permissions in an authenticated Vue app with CASL

Build Setup

# 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.