Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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.