Skip to content

s-light/quasar_test

Repository files navigation

Quasar Test

Build Status

some simple tests with the Quasar Framework.

for the SPA (single Page Application) Web-Version you can go to: https://s-light.github.io/quasar_test/dist/spa/#/

getting started

if you are new to quasar and so i recommend this tutorial

and of course all the other getting-started guides...

Meta

how to use & install this repository

  • clone the repository
  • make sure you have
  • change to this project folder
    $ cd quasar_test/
    /quasar_test$
  • install requirements
    /quasar_test$ yarn
    # ....
  • then start the SPA app in dev mode
    /quasar_test$ quasar dev
    # ....
    # browser opens and you can use the app ;-)
  • or as electron app
    /quasar_test$ quasar dev --mode electron
    # ....