An open API service indexing awesome lists of open source software.

https://github.com/exitialis/nuxt-laravel-echo


https://github.com/exitialis/nuxt-laravel-echo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# nuxt-laravel-echo
[![npm (scoped with tag)](https://img.shields.io/npm/v/nuxt-laravel-echo/latest.svg?style=flat-square)](https://npmjs.com/package/nuxt-laravel-echo)
[![npm](https://img.shields.io/npm/dt/nuxt-laravel-echo.svg?style=flat-square)](https://npmjs.com/package/nuxt-laravel-echo)
[![CircleCI](https://img.shields.io/circleci/project/github/git@github.com:Exitialis/nuxt-laravel-echo.git.svg?style=flat-square)](https://circleci.com/gh/git@github.com:Exitialis/nuxt-laravel-echo.git)
[![Codecov](https://img.shields.io/codecov/c/github/git@github.com:Exitialis/nuxt-laravel-echo.git.svg?style=flat-square)](https://codecov.io/gh/git@github.com:Exitialis/nuxt-laravel-echo.git)
[![Dependencies](https://david-dm.org/git@github.com:Exitialis/nuxt-laravel-echo.git/status.svg?style=flat-square)](https://david-dm.org/git@github.com:Exitialis/nuxt-laravel-echo.git)

[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)

>

[📖 **Release Notes**](./CHANGELOG.md)

## Features

The module features

## Setup
- Add `nuxt-laravel-echo` dependency using yarn or npm to your project
- Add `nuxt-laravel-echo` to `modules` section of `nuxt.config.js`

```js
{
modules: [
// Simple usage
'nuxt-laravel-echo',

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

## Usage

Module Description

## License

[MIT License](./LICENSE)

Copyright (c) Exitialis