A template for using Vue+Quasar to build a Telos webapp
Follow the installation instructions at: https://classic.yarnpkg.com/en/
yarn global add @vue/cli
yarn global add @quasar/cli
cp .env.example .env
From within the ui-template folder:
yarn
quasar dev
yarn run lint
quasar build
See Configuring quasar.conf.js.
ERR_OSSL_EVP_UNSUPPORTED
Downgrade your NodeJS version to LTS or set the openssl-legacy-provider
flag in the NODE_OPTIONS
environment variable like so export NODE_OPTIONS=--openssl-legacy-provider
See https://quasar.dev.