A simple example of authentication and access control in a Vue app with vue-router.
# 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
- 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.