GithubHelp home page GithubHelp logo

0ahz / bs-console-qrcode Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 0.0 225 KB

A BrowserSync plugin displays the access URL in the console via QR code

JavaScript 82.69% HTML 17.31%
browser-sync qrcode terminal browser

bs-console-qrcode's Introduction

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-qrcode

Example

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

bs-console-qrcode's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bs-console-qrcode's Issues

Cannot find module '../'

Error: Cannot find module '../'

gulp.task('browserSync', function(){
  browserSync.init(null, {
      proxy: "http://localhost:8080",
          files: ["docs/*.*"],
          browser: "google chrome",
          port: 7000,
          plugins: [require('../')],
    });
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.