Vue.js, Json-server, Pug, Scss
Test task for Uprock:
The application that implements the authentication process consists of 2 pages: an authentication form and a user profile. The login form is displayed on the main page. The user profile page displays user data. It can be a simple table. No mechanism for editing user data. Implemented adaptability.
Author: Gennady Yegupov
To run this app, clone the repository and install dependencies:
$ git clone https://github.com/yegupov/vuejs-account-app.git
$ cd vuejs-account-app
$ npm install
Then run app:
$ npm run serve
Run the server in parallel:
$ npm run db:serve
Navigate to: http://localhost:8080/
.
Json-server to: http://localhost:3000/users
.
Admin:
email: uprock@mail.com,
password: qqwwaass
Or manager:
email: startup@mail.com,
password: zxcvbn
npm run build