Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.03 KB

RandomUsersApp

Simple application displaying information from a list of random users in a table as well as extended information for each of the users

Project setup

Run the command below to install the dependencies

npm install

Create environment variables

You will need to create an account on HERE and created a .env file at the root of the project with the contents as below

VUE_APP_ROOT_API=https://randomuser.me/api/
VUE_APP_SEED=<RANDOM-API-USER-NAME>

Compiles and hot-reloads for development

npm run serve

The application is now running on

locahost:8080

Login Credentials

You can login using any of the credentials below:

username: "admin"
password: "admin"

username: "abas-erp"
password: "abas-erp"

Run your unit tests

npm run test:unit

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.