bs-console-qrcode
v1.0.3
Published
A BrowserSync plugin displays the access URL in the console via QR code
Readme
bs-console-qrcode
A BrowserSync plugin displays the access URL in the console ( terminal and browser ) via QR code
Install
npm i browser-sync bs-console-qrcodeExample
cd ./example
node index.js// ./example/index.js
const browserSync = require('browser-sync').create();
browserSync.init({
server: 'app',
// plugins: [require('../')],
plugins: ['bs-console-qrcode']
});License
MIT License
