overte-HifiExperiments/domain-server/resources/web/web-new
2021-09-06 19:38:34 -04:00
..
.vscode Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
public Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
src Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
.editorconfig Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
.eslintignore Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
.eslintrc.js Metaverse connection is working. 2021-09-06 03:12:55 -04:00
.gitignore Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
.postcssrc.js Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
babel.config.js Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
package-lock.json Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
package.json Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
quasar.conf.js Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
README.md Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
tsconfig.json Metaverse connection is working. 2021-09-06 03:12:55 -04:00

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.