No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. djleven
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 1
    • Groups 0

    djleven

    @djleven

    2
    Reputation
    43
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    djleven Follow

    Best posts made by djleven

    • Dockerised Quasar Cordova Android development starter

      Hi all,

      I would like to share a dockerised quasar environment I put together to help me kickstart new projects quickly.
      At least in so far as development for Android goes, this starter should get a quasar / cordova newbie (I count myself in this category) ready to go in under 10 minutes.

      https://github.com/djleven/quasar-dockerised-starter

      It basically is:

      • a docker-compose file which uses an ‘android-cordova-quasar’ docker image
      • an empty quasar-cli project (the starter codebase generated by ‘quasar init’)
      • some package.json “scripts” to get started

      I appreciate any feedback, suggestions, tips, improvements, etc

      Hope you find it usefull.

      Thanks,
      Kostas

      posted in Starter Kits
      D
      djleven

    Latest posts made by djleven

    • Build automation process - "onFail" hook

      Hello everyone,

      Is there an ‘onFail’ hook or callback for the quasar build process?
      Or a way to access webpack’s Compiler Hooks (like ‘failed’ for example) from the quasar.conf?

      More specifically I’m looking for a way to automaticaly restart the build process (SPA) when the ‘PrerenderSpaPlugin’ fails to render all routes (this happens sometimes, it seems almost randomly).

      I’m not sure if webpack’s ‘failed’ would work for me but it seems worth a try (The PrerenderSpaPlugin seems to be executed after the “afterEmit” lifecycle hook).

      Is there a better way to do this?

      Thank you!

      posted in CLI
      D
      djleven
    • Dockerised Quasar Cordova Android development starter

      Hi all,

      I would like to share a dockerised quasar environment I put together to help me kickstart new projects quickly.
      At least in so far as development for Android goes, this starter should get a quasar / cordova newbie (I count myself in this category) ready to go in under 10 minutes.

      https://github.com/djleven/quasar-dockerised-starter

      It basically is:

      • a docker-compose file which uses an ‘android-cordova-quasar’ docker image
      • an empty quasar-cli project (the starter codebase generated by ‘quasar init’)
      • some package.json “scripts” to get started

      I appreciate any feedback, suggestions, tips, improvements, etc

      Hope you find it usefull.

      Thanks,
      Kostas

      posted in Starter Kits
      D
      djleven