An open API service indexing awesome lists of open source software.

https://github.com/dochner/qr-code-generator

A Simple QR Code generator built on top of vue3, vitejs.
https://github.com/dochner/qr-code-generator

Last synced: 2 months ago
JSON representation

A Simple QR Code generator built on top of vue3, vitejs.

Awesome Lists containing this project

README

          

# QR Code Generator

A simple QR code generator built with Vue 3.

## Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Plugins

- [Vite Plugin PWA](https://vite-pwa-org.netlify.app/)
- [QR Code](https://www.npmjs.com/package/qrcode)

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run dev
```

### Compiles and minifies for production

```bash
npm run build
```

### Lints and fixes files

```bash
npm run lint
```