Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohaquinlop/qrgenerator

Web app developed on Vue.js that let to generate qr codes for free.
https://github.com/rohaquinlop/qrgenerator

qrcode qrcode-generator vue vue3 vuejs

Last synced: 29 days ago
JSON representation

Web app developed on Vue.js that let to generate qr codes for free.

Awesome Lists containing this project

README

        

# qrgenerator

Web app developed on Vue.js that let to generate qr codes for free.
You can checkout the website [here!](https://rohaquinlop.github.io/qrgenerator/)

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run serve
```

### Compiles and minifies for production

```bash
npm run build
```

### Lints and fixes files

```bash
npm run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).