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

https://github.com/connor11528/communicating-between-vue-components

how to use Vue with Google maps and send and respond to events across components
https://github.com/connor11528/communicating-between-vue-components

tutorial tutorial-code tutorial-sourcecode vue vue-components vue-tutorial vuejs vuejs-components vuejs2 vuex

Last synced: 4 months ago
JSON representation

how to use Vue with Google maps and send and respond to events across components

Awesome Lists containing this project

README

        

# communicating-between-vue-components

> This is the source code for [the tutorial](https://blog.jscrambler.com/communicating-between-vue-2-components-and-google-maps/) on the JScrambler blog about how to communicate between Vue components using the EventBus design pattern.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).