jurassicjs / avantage

A head start for your next Nuxt Appliction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events & Listeners

rohrig opened this issue · comments

Events

An event bus is vital for allowing decoupled logic within the app.

Here's a cool article on the subject: Event Bus in Nuxt Article

Feature

  • simple interface
  • standardized location
    • proposed
      - app/events
      - app/listeners
      - app/providers/EventServiceProvider

Note: this structure is familiar to anyone who knows Laravel. Thus reducing friction in onboarding.

Package Candidates: