Skip to content

mathiasfn/billy

Repository files navigation

Billy frontend

Install the dependencies

npm install

Run tests

npm run test

Serve the app

Tip: Built files are meant to be served over an HTTP server Opening index.html over file:// won't work

npm run serve

Install Quasar CLI globally in order to run quasar commands

npm install -g @quasar/cli

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

quasar dev

Build the app for production

quasar build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published