Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. s-light
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    s-light

    @s-light

    sun loving being…

    2
    Reputation
    7
    Posts
    19
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website s-light.eu Location Germany Age 32

    s-light Follow

    Best posts made by s-light

    • Font Select component?

      Hi @all 🙂

      iam new in the world of Quasar and playing around with it a little…
      one idea that i would like to try needs a ‘Font-Select-Component’ -
      does anybody know if there is already something out there?
      or do i have to build / develop it myself?

      it should allow the user to select on of the system fonts - or one of the prepacked app fonts.

      looking forward to get to know the world of Quasar and this community!

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light
    • How to setup builds with quasar & electron-build & travis-ci on github?

      Hello Community,

      my goal is that travis automagically builds the app for linux and macos and uploads the asserts to a github draft-release.
      does anyone know of a example how to configure all this correctly?

      i am new to this world of releases and ci…
      so i read through a lot of documentation - the promising once were:

      • Travis-CI - GitHub Releases Uploading
      • electron-builder - Recommended GitHub Releases Workflow
      • electron-builder - Sample .travis.yml to Build Electron App for macOS, Linux and Windows

      but i am missing the bigger picture - i guess - how to fit this all together…

      any tips or links to examples are very welcome 🙂

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light

    Latest posts made by s-light

    • How to setup builds with quasar & electron-build & travis-ci on github?

      Hello Community,

      my goal is that travis automagically builds the app for linux and macos and uploads the asserts to a github draft-release.
      does anyone know of a example how to configure all this correctly?

      i am new to this world of releases and ci…
      so i read through a lot of documentation - the promising once were:

      • Travis-CI - GitHub Releases Uploading
      • electron-builder - Recommended GitHub Releases Workflow
      • electron-builder - Sample .travis.yml to Build Electron App for macOS, Linux and Windows

      but i am missing the bigger picture - i guess - how to fit this all together…

      any tips or links to examples are very welcome 🙂

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light
    • RE: Security warnings when running in Electron dev mode

      is it possible to switch this dev server also to HTTPS?

      i have already switched the ‘dev server’ to HTTPS like mentioned at
      https://quasar.dev/quasar-cli/quasar-conf-js#devServer-Property
      but seems this is only changing the server for SPA mode.

      posted in Starter Kits
      s-light
      s-light
    • @quasar/icon-factory different results between 'build' and 'dev' ?

      Hi all,
      i don’t know if this would be better posted as issue in the icon-factory repository -
      could be related:
      #57 Move Cache into .icon-factory
      #64 Extension always rebuild image set

      the icon-factory created a folder ‘static’ in my root project directory with all the build icons.
      i added them to git, as i thought - fine lets track these asserts…
      but if i switch between quasar dev and quasar build --debug these files get recreated -
      but i configured the minification to the same for both:

      {
        "@quasar/icon-factory": {
          "minify_dev": "optipng",
          "minify_build": "optipng",
          "cordova": {
            "background_color": "#000074",
            "splashscreen_type": "pure"
          },
          "build_always": false,
          "__internal": {
            "dev": {
              "spa": {
                "iconHash": "a02f4f34575297041747ae059a203f2c"
              },
              "electron": {
                "iconHash": "a02f4f34575297041747ae059a203f2c"
              }
            },
            "build": {
              "spa": {
                "iconHash": "a02f4f34575297041747ae059a203f2c"
              },
              "electron": {
                "iconHash": "a02f4f34575297041747ae059a203f2c"
              }
            }
          }
        }
      }
      

      also when i set "minify_build": "optipng", then do a quasar build and then try again but change to "minify_build": "zopfli", the icon files do not change (according to git)

      any thoughts are welcome 🙂

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light
    • RE: How to write a custom component and use it?

      Thanks Scott & lucasfernog!

      i have read the Vue-beginners guide… and are happy to play-around and learn from the documentation 😉
      (if i find the correct part 😉 )

      the link to the example boot/components.js is great!
      → that was the missing point 😉
      and the components-registration thing was the doc i searched for!
      seems i have to search also more in the Vue documentation!!
      especially Local-Registration-in-a-Module-System did it for me 😉

      Thanks! - now it works!

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light
    • How to write a custom component and use it?

      Hello 🙂

      iam really new to this quasar and vue world…
      so evenutally its so easy i just don’t know jet…

      i have started my app with the getting-started guide with the CLI install

      now after some time playing around with various things
      (see https://github.com/s-light/quasar_test)
      i want to create a new component to use in one of my page files.
      so i created a file at
      src/components/CanvasTextRender.vue
      and tried to use it in
      src/pages/font.vue

      but it seems i missing something basic…
      and i don’t know how to search for a tutorial or similar info on this…

      hope someone can push me in the right direction… 🙂

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light
    • RE: Font Select component?

      thanks @lucasfernog !
      i will have a look and come back here when i have a solution 🙂

      posted in Help
      s-light
      s-light
    • Font Select component?

      Hi @all 🙂

      iam new in the world of Quasar and playing around with it a little…
      one idea that i would like to try needs a ‘Font-Select-Component’ -
      does anybody know if there is already something out there?
      or do i have to build / develop it myself?

      it should allow the user to select on of the system fonts - or one of the prepacked app fonts.

      looking forward to get to know the world of Quasar and this community!

      sunny greetings
      stefan

      posted in Help
      s-light
      s-light