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

https://github.com/tim-hub/qr-payment-frontend

This is project developed during nzta hackathon 2019 mode alt shift. (not finished))
https://github.com/tim-hub/qr-payment-frontend

hackathon

Last synced: 2 months ago
JSON representation

This is project developed during nzta hackathon 2019 mode alt shift. (not finished))

Awesome Lists containing this project

README

        

# NZTA Hackathon Frontend

Inspired during hackathon. this vue project is for implementing the QR code payment. This is also a backend project which is better developed.

- [qr payment](https://github.com/tim-hub/qr-payment-backend)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

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