Last active
September 8, 2019 19:10
-
-
Save DesKevinMendez/39a2d2708bb3b5eabe1c9d7b0f061d5a to your computer and use it in GitHub Desktop.
Register-laravel-vue-jwt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="container" style="max-with: 100vh;"> | |
<h1>Example vue with laravel and jwt</h1> | |
<div> | |
This project, show a little example of how run jwt from laravel to vuejs | |
Is a basic example, please, any question, let it in comments; or send tweet a @kevinmendez3096 | |
Follow me! | |
</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment