https://github.com/benschza/visa-application-app
A hypothetical visa application web app which issues a smart contract on the Ethereum blockchain.
https://github.com/benschza/visa-application-app
Last synced: 6 months ago
JSON representation
A hypothetical visa application web app which issues a smart contract on the Ethereum blockchain.
- Host: GitHub
- URL: https://github.com/benschza/visa-application-app
- Owner: BenSchZA
- Created: 2018-06-20T18:03:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T18:31:43.000Z (over 7 years ago)
- Last Synced: 2025-02-15T23:41:19.657Z (8 months ago)
- Language: JavaScript
- Size: 619 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visa-application-app
> A hypothetical visa application web app which issues a smart contract on the Ethereum blockchain.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).