Skip to content

A calculator sample project built using Vue.js, Quasar and demonstrating usage of CSS Grid

Notifications You must be signed in to change notification settings

davthedev/quazcalc

Repository files navigation

QuazCalc (quazcalc)

A simple calculator app.

  • Demonstrate deployment of a single-page app and hybrid apps for mobile and desktop using the same codebase
  • Overview of Quasar UI elements and helpers to get started fast
  • A practical example on how to use CSS Grid
  • Layout technique that stretches content on the available space both horizontally and vertically, with an arbitrary number of columns / rows

Install the dependencies

yarn

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

quasar dev

Start the app as a standalone desktop app (Electron)

quasar dev -m electron

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About

A calculator sample project built using Vue.js, Quasar and demonstrating usage of CSS Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published