julien-me / vircadia-web

Vircadia Web client for virtual worlds powered by Vircadia.

Home Page:https://vircadia.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vircadia Web

Vircadia Web (codename Aether) is a web based client for accessing virtual worlds.

Project Setup

Prequisites

We currently use the following:

  • Node 14.15.4
  • NPM 6.14.10

Install Quasar CLI

Install Quasar CLI using NPM here.

Install the dependencies

npm i

Run, Compile, and Test

Start the app in development mode

Development mode benefits from features like hot-code reloading, error reporting, etc.

npm run dev

Lint the files

npm run lint

And fix lint issues automatically with

npm run lint -- --fix

Run tests

npm run test

Build the app for production

npm run build

Customize the configuration

See Configuring quasar.conf.js.

To Update Contributors

Use git-authors-cli:

sudo  npm install git-authors-cli --global

Then inside the project directory run:

git-authors-cli

About

Vircadia Web client for virtual worlds powered by Vircadia.

https://vircadia.com/

License:Other


Languages

Language:TypeScript 67.0%Language:Vue 26.2%Language:JavaScript 6.4%Language:HTML 0.2%Language:SCSS 0.2%