Awesome
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