smallpaes / google-map-api-practice-map

Built with Vue.js and Google Map API--Used to practice creating map, marker, and info window on a single page application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Google Api Practice: Map

This project is built with Vue.js and Google Map API, and is used to practice creating map, marker, and info window on a single page application.

Project First Look

Project First Look

 

Project setup

Clone

Clone this repository to your local machine

$ git clone https://github.com/smallpaes/google-map-api-practice-map.git

Setup App

1. Enter the project folder

$ cd google-map-api-practice-map

2. Install packages via npm

$ npm install

3. Place Google Map Project API Key

/public/index.html

<script src="https://maps.googleapis.com/maps/api/js?key=<YOUR_API_KEY>"></script>

4. Compiles and hot-reloads for development

$ npm run serve

5. Visit the page

http://localhost:8080/#/restaurants

Related Blog Post

Authors

About

Built with Vue.js and Google Map API--Used to practice creating map, marker, and info window on a single page application.


Languages

Language:Vue 71.1%Language:HTML 22.0%Language:JavaScript 6.9%