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/clicp .env.example .envFrom within the ui-template folder:
yarnquasar devyarn run lintquasar buildSee 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.