Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 544 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 544 Bytes

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