Telos Quasar Template (telos-template)

A template for using Vue+Quasar to build a Telos webapp

Install the dependencies

Install yarn package manager

Follow the installation instructions at: https://classic.yarnpkg.com/en/

Add Vue and Quasar packages

yarn global add @vue/cli
yarn global add @quasar/cli

Clone this repo to your local machine

Copy the example .env file to .env

cp .env.example .env

Prep the environment

From within the ui-template folder:

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

More Information

See https://quasar.dev.