nuxtjs-laravel-echo

0.0.7 • Public • Published

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

/nuxtjs-laravel-echo/

    Package Sidebar

    Install

    npm i nuxtjs-laravel-echo

    Weekly Downloads

    0

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    8.52 kB

    Total Files

    6

    Last publish

    Collaborators

    • minulislam