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.
Is developed with Vue 2 a Javascript framework, use Vue Cli and has dependencies as Vue Router, Vue Leaflet and Google Maps.
For information on how to configure the Google Maps API, see the dedicated Google Maps setup guide.
npm install
npm run env:create
npm run serve
npm run build
npm run lint
npm run prettier:fix
css
, scss
, sass
and vue
files with Stylelint
npm run stylelint:fix
npm run eslint:fix
npm run deploy