Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonygore/vue-casl-demo
Repo for the article "Managing User Permissions in a VueJS App"
https://github.com/anthonygore/vue-casl-demo
casl vue vuejs
Last synced: 28 days ago
JSON representation
Repo for the article "Managing User Permissions in a VueJS App"
- Host: GitHub
- URL: https://github.com/anthonygore/vue-casl-demo
- Owner: anthonygore
- Created: 2018-01-03T10:06:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T02:59:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T15:42:00.654Z (about 2 months ago)
- Topics: casl, vue, vuejs
- Language: JavaScript
- Homepage: https://vuejsdevelopers.com/2018/01/08/vue-js-roles-permissions-casl/
- Size: 10.7 KB
- Stars: 60
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-casl-demo
> Demo of manage permissions in an authenticated Vue app with CASL
## Build Setup
``` bash
# 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](https://vuejsdevelopers.com/2018/01/08/vue-js-roles-permissions-casl/) for more info.