Simple application displaying information from a list of random users in a table as well as extended information for each of the users
Run the command below to install the dependencies
npm install
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>
npm run serve
The application is now running on
locahost:8080
You can login using any of the credentials below:
username: "admin"
password: "admin"
username: "abas-erp"
password: "abas-erp"
npm run test:unit
npm run build
npm run lint