1.0.2 • Published 1 year ago

webpack-qrcode-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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()
  ]
}