Skip to content

Local QR code management made simple with Nuxt 3, UQR, and Nuxt UI: an intuitive and efficient solution for all your QR code needs

Notifications You must be signed in to change notification settings

cesswhite/lotus-qr-management

Repository files navigation

cover-sokol-background

Lotus | QR Management

Look at Nuxt docs and Nuxt UI docs to learn more.

About

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

Features

  • 💚 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.

Specifications

  • 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

Folder and Component Structrue

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)

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

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.

About

Local QR code management made simple with Nuxt 3, UQR, and Nuxt UI: an intuitive and efficient solution for all your QR code needs

Resources

Stars

Watchers

Forks