1.0.1 • Published 6 months ago

server-qr-code v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

server-qr-code

Shows QR code of server url.

If you're using Vite, you should use vite-plugin-qrcode.

Installation

npm install --save-dev server-qr-code

Usage

standalone

npx server-qr-code

with Next.js

"scripts": {
+ "predev": "server-qr-code",
  "dev": "next dev",
  "build": "next build",
+ "prestart": "server-qr-code",
  "start": "next start",
  "lint": "next lint"
},

License

MIT

1.0.1

6 months ago

1.0.0

6 months ago