Skip to content

Latest commit

 

History

History

README.md

SIR Quasar Application (sir)

A simple Trouble Ticketing System written in Vue with a MongoDB backend.

Install the dependencies

using npm

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

quasar dev

Before starting, have the server `../npm start` running.  In dev mode, the quasar 
server will proxy API calls to the node express server that connects to the database.

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.