fabriciovasc / vue-sec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-security

Projeto exemplo em Vue.js que interage com o projeto spring-rest-security. Após o login, um token JWT é armazenado na store. Por meio de um interceptor do Axios, toda requisição passa a utilizar o token JWT para autenticação.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

About


Languages

Language:JavaScript 48.4%Language:Vue 42.6%Language:HTML 9.0%