webpack-qrcode-plugin

1.0.2 • Public • Published

webpack-qrcode-plugin

GitHub license

webpack-qrcode-plugin is a JavaScript library for terminal qrcode for launch project url by scanning.

Easy way to mobile responsive test.

Installation

$ npm i webpack-qrcode-plugin

Usage

alt text

http://192.168.1.16:4000/

webpack.config.js

const QRCodePlugin = require("webpack-qrcode-plugin");
module.exports = {
    devServer: {
    ...
    port: 4000,
  },
  plugins: [
    new QRCodePlugin()
  ]
}

/webpack-qrcode-plugin/

    Package Sidebar

    Install

    npm i webpack-qrcode-plugin

    Weekly Downloads

    14

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    4.82 kB

    Total Files

    5

    Last publish

    Collaborators

    • ishaqhashmi