Authentication in Vue using Vuex

Build an application with a protected route and handle authentication using Vuex. Article

Getting Started

Clone the repository

$ git clone https://github.com/yemiwebby/vuex-auth-jwt.git

Change directory

$ cd vuex-auth-jwt

Install dependencies

$ npm install

Run the application

Frontend

$ npm run serve

Backend ( Server )

$ node server/app

Prerequisites

A knowledge of JavaScript and Vue.js

Built With

  • Vue.js - A JavaScript library for building user interfaces.