Skip to content

Diego-18/vue-coordinates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2426532 Β· Feb 9, 2024

History

19 Commits
Apr 11, 2023
Feb 20, 2023
Jul 6, 2023
Jun 10, 2023
Feb 9, 2024
Jan 31, 2024
Jul 6, 2023
Jan 31, 2024
Feb 21, 2023
Feb 20, 2023
Feb 20, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jul 11, 2023
Jun 10, 2023
Feb 21, 2023

Repository files navigation

Vue-Cordinates

Coordinate system and geolocation in VueJS.

Install

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Use with Docker

1 - The repository is downloaded.

2 - Execute the following command in the project directory:

docker-compose up

Note the name of the container will be: vue-coordinates

3 - Verify that the container has been created and is running correctly with the following command:

docker ps

4 - To access the data we place the following addresses in our browser with direction http://localhost:3000.

Technologies used

Vue.js Nuxtjs Vuetify Docker