Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 636 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 636 Bytes

Crypto Price

An app to inform us of price (USD & EUR) of the main crypto-coins, built with Quasar Framework

How to start

$ npm i

If quasar is not installed globally:

$ npm i -g quasar

After:

$ quasar build
$ cd cordova
$ mklink www ..\dist\

mklink command exist in cmd shell.

If cordova is not installed globally:

$ npm i -g cordova

After:

$ cordova add platform android
$ cordova build

For development

$ quasar dev

For emulate

$ quasar build
$ cordova emulate android