ayyoubjadoo / vue-auth-handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-router-auth

A simple example of authentication and access control in a Vue app with vue-router.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Built with

  • Vue - A progressive JavaScript framework
  • Vue-router - The official router for Vue.js
  • SQLite3 - A self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Nodejs - A JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Axios - Promise based HTTP client for the browser and node.js
  • Bcrypt - Lib to help you hash passwords
  • Jsonwebtoken - An implementation of JSON Web Tokens.

About


Languages

Language:JavaScript 76.5%Language:Vue 22.6%Language:HTML 0.9%