Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/crytocurrency-price-checker
A (very) simple cryptocurrency price checker, using the CoinBase API
https://github.com/aeyoll/crytocurrency-price-checker
Last synced: 21 days ago
JSON representation
A (very) simple cryptocurrency price checker, using the CoinBase API
- Host: GitHub
- URL: https://github.com/aeyoll/crytocurrency-price-checker
- Owner: aeyoll
- License: mit
- Created: 2017-09-03T16:11:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T16:13:41.000Z (over 7 years ago)
- Last Synced: 2024-11-01T23:25:04.426Z (2 months ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crytocurrency-price-checker
> A Vue.js project
## 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).