vue custom events

Use vue custom events to communicate to your parent component from the child

4
1
Vue

Emit data in Vue.js: custom events

Emit data in Vue.js: custom events

application screenshot

Getting Started

Make sure you have npm and yarn on your local machine

  1. Clone this repository and cd into it
  2. Run yarn or npm install to download dependencies
  3. Execute yarn run serve to build project assets and run it in your browser
  4. See the tutorial for useful notes

Prerequisites

  • Vue
  • Vue-CLI
  • npm or Yarn

Built With

  • Vue - A Great reactive Js framework