A simple and clean image uploader showcase built with Vue 3, Tailwind CSS v3, and Vite.
Explore three different upload styles with drag-and-drop, preview, modal zoom, and image management.
git clone https://github.com/Ballchaiyuth/tailwind-image-uploader.git cd tailwind-image-uploaderYou can use either Yarn or npm — the app will start automatically after install!
# with npm npm install # or with yarn yarnThis works because of the
postinstallscript which runsviteautomatically.
No need to install anything — try it instantly here:
| Command | Description |
|---|---|
npm start | Start development server |
npm run build | Build for production |
npm run preview | Preview the production build |
- Uploader 1: Minimalist, list-based preview with basic controls.
- Uploader 2: Styled uploader inspired by Creative Tim.
- Uploader 3: Full-featured with modal zoom, pan, navigation, and mouse wheel support.