@rophpad/deq
v1.0.3
Published
A simple Vite serve tool with QR code support
Maintainers
Readme
deq
deq is a simple Vite dev server wrapper that adds:
- Automatic QR code generation to open your project on mobile devices
- Optional localtunnel support for sharing your dev server online
- Auto-reload support with a single key press
It’s perfect for fast local development and testing across devices.
🚀 Installation
Install globally using your favorite package manager:
# npm
npm install @rophpad/deq
# pnpm
pnpm add @rophpad/deq
# yarn
yarn global add @rophpad/deq
# bun
bun add @rophpad/deq
## 🛠️ How to use it?
In your Vite project, open the package.json file.
In the "scripts" section, under the existing "dev": "vite" line, add:
"serve": "node node_modules/@rophpad/deq/bin/index.js"
## Test it using:
pnpm run serve
