Skip to content

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

Notifications You must be signed in to change notification settings

connor11528/communicating-between-vue-components

Repository files navigation

communicating-between-vue-components

This is the source code for the tutorial on the JScrambler blog about how to communicate between Vue components using the EventBus design pattern.

Build Setup

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