Skip to content

JoseGoncalves/vue-google-maps

Repository files navigation

vue-google-maps

A Vue 3 & Google Maps integration demo using the vue3-google-map library.

Customize Configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Clean Development and Production Folders

npm run clean