Skip to content

TelosGlobal/ui-template

 
 

Repository files navigation

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.

About

Telos UI Template in Vue/Quasar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.6%
  • JavaScript 45.7%
  • HTML 2.4%
  • Sass 1.9%
  • Shell 1.4%