matthieuLabaune / vue-auth-vuex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuex Authentication

A simple example of authentication and access control in a Vue app with Vuex.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

Server Setup

To understand how to set up an authentication server, you can read this article

Built with

  • Vue - A progressive JavaScript framework
  • Vue-router - The official router for Vue.js
  • Vuex - The state manager for Vue.js
  • Axios - Promise based HTTP client for the browser and node.js

About


Languages

Language:Vue 50.5%Language:JavaScript 43.6%Language:HTML 5.9%