tinyhill666 / teloscan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vue 47.4%Language:JavaScript 46.9%Language:HTML 2.4%Language:Sass 1.9%Language:Shell 1.4%