0.0.7 • Published 5 years ago

nuxtjs-laravel-echo v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nuxtjs-laravel-echo

Laravel Echo integration for NuxtJS 2.0

📖 Release Notes

Setup

  • Add nuxtjs-laravel-echo dependency using yarn or npm to your project
  • Add nuxtjs-laravel-echo to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxtjs-laravel-echo',

    // With options
    ['nuxtjs-laravel-echo', { /* module options */ }],
 ],

}

Alternative

{
  modules: [
    // Simple usage
    'nuxtjs-laravel-echo',

 ],
 // Settings as option in nuxt.config.js usage
laravelecho: {

},
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

##credit orginally writing by Zhivolupov Ivan

License

MIT License

Copyright (c) Zhivolupov Ivan ivan.zhivolupov@freedomcore.ru