webpack-qrcode-plugin
v1.0.2
Published
Dev server terminal QRCode for launch project url by scanning
Downloads
5
Maintainers
Readme
webpack-qrcode-plugin
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
http://192.168.1.16:4000/
webpack.config.js
const QRCodePlugin = require("webpack-qrcode-plugin");
module.exports = {
devServer: {
...
port: 4000,
},
plugins: [
new QRCodePlugin()
]
}