Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```