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
- Host: GitHub
- URL: https://github.com/connor11528/communicating-between-vue-components
- Owner: connor11528
- Created: 2018-08-15T20:37:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T18:26:02.000Z (over 6 years ago)
- Last Synced: 2025-01-05T13:25:43.166Z (6 months ago)
- Topics: tutorial, tutorial-code, tutorial-sourcecode, vue, vue-components, vue-tutorial, vuejs, vuejs-components, vuejs2, vuex
- Language: Vue
- Homepage: https://employbl.com/
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).