socketio-nuxt

0.0.0 • Public • Published

socketio-nuxt

npm version npm downloads Circle CI Codecov License

📖 Release Notes

Setup

  1. Add socketio-nuxt dependency to your project
yarn add socketio-nuxt # or npm install socketio-nuxt
  1. Add socketio-nuxt to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'socketio-nuxt',

    // With options
    ['socketio-nuxt', {
      autoConnect: false,
      url: 'http://localhost:9001'
    }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) therealwolf42

Readme

Keywords

none

Package Sidebar

Install

npm i socketio-nuxt

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

4.62 kB

Total Files

5

Last publish

Collaborators

  • therealwolf