overte-AleziaKurdis/domain-server/resources/web/web-new
2021-10-01 03:01:24 -04:00
..
.vscode Initial creation and wizard redirection added. 2021-09-03 00:06:23 -04:00
dist/spa Update dist. 2021-10-01 03:01:24 -04:00
public Complete wizard (1:1 features of original). 2021-09-06 19:38:34 -04:00
src Make Axios header application conditional. 2021-10-01 03:00:42 -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 Update .gitignore 2021-09-13 17:35:02 -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 Update README.md 2021-09-30 05:42:14 -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.

Maintainer Instructions

If you have made changes to the dashboard, you must build it and commit those built files. It is also necessary to build it if you wish to have your changes reflected in a packaged Domain server.

Install the Dependencies

npm install

Start the Dashboard in Development Mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the Files

npm run lint

Build the Dashboard

This automatically places the compiled dashboard into the right directory (/dist/spa) to be used by the Domain server after it is packaged.

quasar build

Customize the configuration

See Configuring quasar.conf.js.