Vircadia Web (codename Aether) is a web based client for accessing virtual worlds.
We currently use the following:
- Node
14.15.4
- NPM
6.14.10
Install Quasar CLI using NPM here.
npm i
Development mode benefits from features like hot-code reloading, error reporting, etc.
npm run dev
npm run lint
And fix lint issues automatically with
npm run lint -- --fix
npm run test
npm run build