Vue Users
Vue Users is an application that obtains a list of random users from an API and print the information.
It has 3 views: the home, the user list and the user detail. There are several buttons with different actions to delete, hide and select random users. By clicking on a user you can see the complete information of the selected user, this page has a map made with Google Maps or Leaflet.
Development interface
Is developed with vue.js 2.6.10 a Javascript framework. This project use Vue Cli and has dependencies as vue router and google maps.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
Publish in Github Pages
npm run deploy