overte-Armored-Dragon/domain-server/resources/web/web-new
..
.vscode
public
src
.editorconfig
.eslintignore
.eslintrc.js State of wizard. 2021-09-04 05:22:20 -04:00
.gitignore
.postcssrc.js
babel.config.js
package-lock.json
package.json
quasar.conf.js
README.md
tsconfig.json

Vircadia Domain Dashboard (vircadia-domain-dashboard)

The Domain dashboard for Vircadia virtual worlds.

Install the dependencies

npm install

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

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.