Navigation

    Quasar Framework

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

    Shone

    @Shone

    11
    Reputation
    54
    Posts
    607
    Profile views
    2
    Followers
    5
    Following
    Joined Last Online

    Shone Follow

    Best posts made by Shone

    • RE: Component Composition

      Hi @johnorford1 Yes, you can create separate component and pack the filters there. We did the same thing (we have lots of pages that are using same filters). We created custom filters component and imported all the filters, than we are showing / hiding them depending on the page that users is on. We used Vuex to store filters state.

      As you can see on the screen shoot we used right drawer for that.

      0_1537957472219_filters.png

      posted in Help
      Shone
      Shone
    • RE: My Portfolio :-)

      Yes it does take some time to load (from Europe) but I think that is just a normal behavior since website is hosted in AU. I like the website but I woud remove that quasar loader maybe you can use some spinners instead also there is a lots of white space, try to add more content so that it doesn’t look that “empty”.

      Is there a live demo for 1span cms?

      posted in Show & Tell
      Shone
      Shone
    • RE: Quasar integrated with existing desktop js website?

      @s-molinari Yea it’s a nice framework. It uses Vuejs for views (some custom implementation of Vuejs via sailsjs cloud sdk (as they call it)).
      Personally I don’t like it, I’m more for Rest API + Quasar solution…
      Using Django (Django rest) or SailsJS or any other framework for the rest (depends on he skill or project) with Quasar is awesome. Productivity goes through the roof 🙂

      Quasar ❤ 🙂

      posted in Framework
      Shone
      Shone
    • RE: [Solved] resizing image in <q-select>

      I think that you have to set your css out of scoped style, because qselect is component itself so scoped css won’t be applied.

      posted in Help
      Shone
      Shone
    • RE: Integrate with Zopim chat

      @dwms You can read about plugins here.
      https://quasar-framework.org/guide/app-plugins.html
      You could just add that code to index.html at the project root but I would not recommend that, as @Hawkeye64 said just use plugin for that.

      posted in Framework
      Shone
      Shone
    • RE: need a video tutorial

      Learn Vuejs, wath some tutorials, than just read quasar docs, that is all that you need 😉

      posted in Help
      Shone
      Shone
    • RE: How to detect completion of q-stepper?

      @krsyoung You could track step name name="first" name="second" name="finish" or you could use v-model.
      Make sure to read the docs.
      https://quasar-framework.org/components/stepper.html

      Shone

      posted in Help
      Shone
      Shone
    • RE: Table Body Experimental Layout / Customisation

      @johnorford1 Check this post
      https://forum.quasar-framework.org/topic/2763/component-composition/5

      posted in Help
      Shone
      Shone
    • RE: Has anyone tried to use cordova-contacts-plugin?

      @sockhenzie One note you don’t need ‘deviceready’ listener, Quasar takes care of this behind the scenes.

      https://quasar-framework.org/guide/cordova-plugins.html#Deviceready-Event

      posted in Help
      Shone
      Shone
    • RE: Deployment?

      I’m using docker for my deployment. After each push to the master branch, a new image is built and deployed to production. Inside docker, I’m running quasar build and quasar serve and all of that is running behind nginx-proxy also running in docker.

      I’ve posted an image below, it might help you to get a picture of how things are running. Staging container is a clone of how my production is running.

      https://github.com/jwilder/nginx-proxy

      0_1548227748849_PT CI-CD.png

      posted in Help
      Shone
      Shone

    Latest posts made by Shone

    • RE: Deployment?

      I’m using docker for my deployment. After each push to the master branch, a new image is built and deployed to production. Inside docker, I’m running quasar build and quasar serve and all of that is running behind nginx-proxy also running in docker.

      I’ve posted an image below, it might help you to get a picture of how things are running. Staging container is a clone of how my production is running.

      https://github.com/jwilder/nginx-proxy

      0_1548227748849_PT CI-CD.png

      posted in Help
      Shone
      Shone
    • RE: Q-numeric does not exist in v.017 ?

      @fajarmuzaky Please don’t create multiple posts with the same question.

      posted in Framework
      Shone
      Shone
    • RE: Remove shadow-1 from q-stepper, q-step, and toolbar.

      How about using css, creating your custom class or overriding quasar and setting shadow to 0.

      posted in Help
      Shone
      Shone
    • RE: WHERE IS MAIN.JS IN QUASAR?

      @MathSilva You don’t need main.js with Quasar. As it said in Quasar docs

      For initialization code and importing libraries into your website/app, read about App Plugins.

      Read this also quasar.conf.js

      posted in Help
      Shone
      Shone
    • RE: Has anyone tried to use cordova-contacts-plugin?

      @sockhenzie One note you don’t need ‘deviceready’ listener, Quasar takes care of this behind the scenes.

      https://quasar-framework.org/guide/cordova-plugins.html#Deviceready-Event

      posted in Help
      Shone
      Shone
    • RE: date utils on mobile browsers

      Hi @JazzOne
      Can you share some code with us please, maybe create a JSFiddle with an example.

      You can fork this jsfiddle https://jsfiddle.net/rstoenescu/waugrryy/

      posted in Help
      Shone
      Shone
    • RE: Integrate with Zopim chat

      @dwms You can read about plugins here.
      https://quasar-framework.org/guide/app-plugins.html
      You could just add that code to index.html at the project root but I would not recommend that, as @Hawkeye64 said just use plugin for that.

      posted in Framework
      Shone
      Shone
    • RE: Quasar integrated with existing desktop js website?

      @s-molinari Yea it’s a nice framework. It uses Vuejs for views (some custom implementation of Vuejs via sailsjs cloud sdk (as they call it)).
      Personally I don’t like it, I’m more for Rest API + Quasar solution…
      Using Django (Django rest) or SailsJS or any other framework for the rest (depends on he skill or project) with Quasar is awesome. Productivity goes through the roof 🙂

      Quasar ❤ 🙂

      posted in Framework
      Shone
      Shone