nuxt-echo
v0.0.16
Published
Laravel Echo integration for NuxtJS 2.0
Downloads
38
Readme
nuxt-echo
Laravel Echo integration for NuxtJS 2.0
Setup
- Add
nuxt-echo
dependency using yarn or npm to your project - Add
nuxt-echo
tomodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-echo',
// With options
['nuxt-echo', { /* module options */ }],
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Zhivolupov Ivan [email protected]