Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 830 Bytes

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