项目作者: connor11528

项目描述 :
how to use Vue with Google maps and send and respond to events across components
高级语言: Vue
项目地址: git://github.com/connor11528/communicating-between-vue-components.git


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

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8080
  4. npm run dev
  5. # build for production with minification
  6. npm run build

For detailed explanation on how things work, consult the docs for vue-loader.