Skip to content

svitejs/vite-plugin-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1247009 · Jan 7, 2025
Jan 7, 2025
Dec 7, 2023
Jun 6, 2022
Jan 7, 2025
Sep 30, 2021
Jun 26, 2023
Jun 20, 2022
Jul 22, 2023
Jul 22, 2023
Oct 19, 2022
Dec 7, 2023
Jan 7, 2025
Sep 30, 2021

Repository files navigation

vite-plugin-qrcode

npm version CI Open in Codeflow

Show QR code on server start.

Installation

npm install --save-dev vite-plugin-qrcode

Usage

// vite.config.js
import { qrcode } from 'vite-plugin-qrcode';

export default defineConfig({
	plugins: [
		qrcode() // only applies in dev mode
	]
});
# start vite with host to show qrcode
vite --host

CLI output

Packages

Package Changelog
vite-plugin-qrcode Changelog

Development

  • pnpm i to install dependencies
  • pnpm dev to run development build
  • pnpm test to run tests
  • pnpm build to run build

License

MIT