Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmfresneda/crypto-price
An app for consulting price of crypto currencies, built with Quasar Framework
https://github.com/lmfresneda/crypto-price
android hybrid-apps javascript quasar-framework vuejs vuejs2
Last synced: 8 days ago
JSON representation
An app for consulting price of crypto currencies, built with Quasar Framework
- Host: GitHub
- URL: https://github.com/lmfresneda/crypto-price
- Owner: lmfresneda
- Created: 2017-12-28T00:07:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T21:59:20.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T00:25:29.699Z (3 months ago)
- Topics: android, hybrid-apps, javascript, quasar-framework, vuejs, vuejs2
- Language: JavaScript
- Size: 10.2 MB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github - coins | v0.14.4 | (Awesome Quasar [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Crypto Price
> An app to inform us of price (USD & EUR) of the main crypto-coins, built with [Quasar Framework](http://quasar-framework.org/)
### How to start
```bash
$ npm i
```If `quasar` is not installed globally:
```bash
$ npm i -g quasar
```After:
```bash
$ quasar build
``````bash
$ cd cordova
$ mklink www ..\dist\
````mklink` command exist in cmd shell.
If `cordova` is not installed globally:
```bash
$ npm i -g cordova
```After:
```bash
$ cordova add platform android
$ cordova build
```### For development
```bash
$ quasar dev
```### For emulate
```bash
$ quasar build
$ cordova emulate android
```