Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 619 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 619 Bytes

Authentication in Vue using Vuex

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

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.