nuxtjs-laravel-echo
v0.0.7
Published
Laravel Echo integration for NuxtJS 2.0
Downloads
139
Readme
nuxtjs-laravel-echo
Laravel Echo integration for NuxtJS 2.0
Setup
- Add
nuxtjs-laravel-echo
dependency using yarn or npm to your project - Add
nuxtjs-laravel-echo
tomodules
section ofnuxt.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
ornpm install
- Start development server using
npm run dev
##credit orginally writing by Zhivolupov Ivan
License
Copyright (c) Zhivolupov Ivan [email protected]