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))
- Host: GitHub
- URL: https://github.com/tim-hub/qr-payment-frontend
- Owner: tim-hub
- Created: 2019-03-16T06:27:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T07:46:03.000Z (about 6 years ago)
- Last Synced: 2025-01-23T18:50:32.862Z (4 months ago)
- Topics: hackathon
- Language: Vue
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).