Skip to content

wirajl/vuex-auth-jwt

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • Vue 41.0%
  • HTML 3.9%