Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexcambose/vue-jwt-auth-boilerplate
- Owner: alexcambose
- License: mit
- Created: 2017-10-31T18:57:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T19:37:45.000Z (about 7 years ago)
- Last Synced: 2024-05-21T04:21:15.092Z (6 months ago)
- Topics: boilerplate, bulma, javascript, jwt, jwt-auth, jwt-authentication, jwt-token, vue-jwt
- Language: JavaScript
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)