A simple user login app built using Vue.js
vue-js-simple-login-app
A simple user login app built using Vue.js. This app allows access to secure portion of website only after the user has authenticated.
Prerequisites
- Vue.js cli installed. To install cli run this command
npm install -g @vue/cli
. To check if the cli is already installed run the following commandvue --version
.
Running Project
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Customize configuration
Test
Useful Links
- https://cli.vuejs.org/guide/installation.html
- https://www.thepolyglotdeveloper.com/2018/04/simple-user-login-vuejs-web-application/