Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 608 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 608 Bytes

Configuring

Create an .env file with the following

ACCOUNT=terminusName
DEV_DOMAIN=www.terminusName.myterminus.com

Edit hosts with The DEV_DOMAIN environment variable value configured above

127.0.0.1 www.terminusName.myterminus.com

Install the dependencies

npm install

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

npm run dev

Build the app for production

npm run build

Customize the configuration

See Configuring quasar.config.js.