Skip to content

A vue.js project to search for addresses and show their timezone and time

Notifications You must be signed in to change notification settings

ines-lee/geofinder

Repository files navigation

Vue.js Project

This project is a Vue.js application using Vuetify framework that utilizes Google Maps. Follow the instructions below to set up and run the project.

preview: Pasted Graphic

Prerequisites

Before running the project, make sure you have the following:

  • Node.js installed on your machine (version 16.19.0 or higher)
  • An API key for Google Maps (details provided in Step 1)

Getting Started

  1. Add your Google Maps API key in the main.ts file:
app.use(VueGoogleMaps, {
load: {
key: '#insert your key here#',
libraries: "places"
},

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

Customize configuration

See Configuration Reference.

About

A vue.js project to search for addresses and show their timezone and time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published