Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexcambose/vue-jwt-auth-boilerplate

Vue JWT authentication boilerplate
https://github.com/alexcambose/vue-jwt-auth-boilerplate

boilerplate bulma javascript jwt jwt-auth jwt-authentication jwt-token vue-jwt

Last synced: about 3 hours ago
JSON representation

Vue JWT authentication boilerplate

Awesome Lists containing this project

README

        

# Vue-JWT-auth-boilerplate
Vue JWT authentication boilerplate

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

This demo uses as backend [JWT-user-authentication-API-bolilerplate](https://github.com/alexcambose/JWT-user-authentication-API-bolilerplate)