Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/smallpaes/google-map-api-practice-map

google-maps-api vue vuejs2

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# # 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](google_api_practice3.gif)

 

## 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

```

```

**4. Compiles and hot-reloads for development**
```
$ npm run serve
```

**5. Visit the page**
```
http://localhost:8080/#/restaurants
```

___

## Related Blog Post

- [Medium: [筆記] 從零接觸 Google Map API:在 Vue.js 中實作地圖、地標、訊息視窗](http://tiny.cc/aibdez)

## Authors
- [Mike Huang](https://github.com/smallpaes)