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. Resistanc3
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Resistanc3

    @Resistanc3

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

    Resistanc3 Follow

    Latest posts made by Resistanc3

    • RE: Q-Scroll-Area Height

      I mean yes is actually quite late for another answer… But i just signed in to say thanks to @dylanreeve for making my work evening much shorter… I just tried things like the past half hour…

      posted in Help
      R
      Resistanc3
    • Building for Linux

      Hi guys, i’m trying to build my app for linux like this (my dev machine is running macos):

      quasar build -m electron linux -t mat
      

      With configuration like (quasar.conf.js):

      packager: {
              platform: 'linux'
            },
      
            builder: {
              linux: {
                target: 'tar.gz'
              },
              deb: {
                target: 'tar.gz'
              }
            }
      

      It’s outputting something, but is it the correct way for a raspbian build? I want to install this app on my raspberry pi.

      Output files image

      posted in Help
      R
      Resistanc3