Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 622 Bytes

File metadata and controls

executable file
·
27 lines (19 loc) · 622 Bytes

Quasar App (quasartestverge3d)

A Quasar Framework app

First attempt at integrating a Verge3D scene into a Quasar App

More information about Quasar framework can be found here: https://quasar.dev/ Once files have been downloaded, cd to the directory, and run the following commands:

Install the dependencies

npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.