https://github.com/shailscript/blockchain-app
A demo web application on vuejs to implement blockchain features
https://github.com/shailscript/blockchain-app
Last synced: 4 months ago
JSON representation
A demo web application on vuejs to implement blockchain features
- Host: GitHub
- URL: https://github.com/shailscript/blockchain-app
- Owner: shailscript
- Created: 2019-03-16T17:50:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:54:19.000Z (over 7 years ago)
- Last Synced: 2025-01-01T23:10:02.163Z (over 1 year ago)
- Language: Vue
- Size: 131 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain Demo Application
This is a repository for a demo web application on vuejs to implement blockchain features.
## 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/).