https://github.com/dodycode/qrcode-app
QRCode Generator
https://github.com/dodycode/qrcode-app
Last synced: 3 months ago
JSON representation
QRCode Generator
- Host: GitHub
- URL: https://github.com/dodycode/qrcode-app
- Owner: dodycode
- Created: 2019-08-19T14:36:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:37:14.000Z (over 3 years ago)
- Last Synced: 2024-12-28T04:26:57.721Z (over 1 year ago)
- Language: Vue
- Homepage: https://dodycode-qrcode.now.sh/
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrcode-app
QRCode Generator. Made for practice purposes.
### Materials
* [Vue JS](https://vuejs.org/)
* [Vue Qrious](https://github.com/JounQin/vue-qrious)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).