Look at Nuxt docs and Nuxt UI docs to learn more.
Easily manage QR Codes in seconds
Create, customize, and control your QR codes locally with no need for databases, microservices, or deployments.
Made by Eco Development Studios
- Pages: 4
- Sections: 2
- Components: ~22
- 💚 Nuxt 3 - Open source framework that makes web development intuitive and powerful.
- 🎛 Nuxt UI - A UI Library for Modern Web Apps.
- 🎨 TailwindCSS - A utility-first CSS framework packed with classes.
- 🤹 VueUse/Motion - Composables putting your components in motion.
- ▩ Unjs/uqr - Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.
- 😀 Heroicons - Integration with Heroicons.
- ⚡️ Vite - Powered by Vite, instant HMR.
- 🦾
<script setup lang="ts">
syntax with TypeScript support.
- Price: Free
- Released date: 13/04/23
- Version: 0.1
- Tech Stack: Nuxt 3 & TailwindCSS
- Category: SaaS
- Page Speed: 90 / 100 / 100 / 90
- Compatibility: Chrome, Firefox, Safari, Brave, Arc, Edge
The components that are used are inside the components
folder and each one is used in the app.vue
file.
# src/components/
- Component1 (SFC a.k.a .vue file)
- Component2 (SFC a.k.a .vue file)
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Check out the deployment documentation for more information.