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.
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)
- Add your Google Maps API key in the
main.ts
file:
app.use(VueGoogleMaps, {
load: {
key: '#insert your key here#',
libraries: "places"
},
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint