neutrino-middleware-browser-sync

2.1.0 • Public • Published

Neutrino middleware with BrowserSync

NPM version

neutrino-middleware-browser-sync is a Neutrino middleware that adds BrowserSync support.

Requirements

  • Node.js v6 LTS, v8, v9
  • Yarn v1.2.1+, or npm v5.4+
  • Neutrino v8

Installation

Yarn

❯ yarn add --dev neutrino-middleware-browser-sync

npm

❯ npm install --save-dev neutrino-middleware-browser-sync

Documentation

Install this middleware to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      'neutrino-middleware-browser-sync', {
        browserSyncOptions: {
          port: 4000
        },
        pluginOptions: {
          reload: false
        }
      }
    ]
  }

Package Sidebar

Install

npm i neutrino-middleware-browser-sync

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

3.06 kB

Total Files

4

Last publish

Collaborators

  • indigofeather