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. Starter Kits
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • G

      AdonisJS for backend
      • Geranium62

      4
      0
      Votes
      4
      Posts
      644
      Views

      s.molinari

      Is there any possibility to use AdonisJS like backend

      Sure. You can use basically any backend with Quasar.

      and how to do it?

      That, unfortunately, will be up to you. You’ll need to get yourself started. If you run into any special snags along the way, that is possibly where we can help you here.

      Good luck! 😃

      Scott

    • valasek

      List of Starter Kits per Programming Language and the Backend Framework
      • valasek

      6
      5
      Votes
      6
      Posts
      2178
      Views

      B

      thanks @tohagan I’m working on polishing the rough edges and would love to have it on Quasar Awesome. I’m still very new to working with Quasar but I love the idea and it has been a joy to work with so far. @valasek thanks for adding my project to the starter kit list here. I’m trying to follow best practices from documentation and get advice from people who are experts in the various areas that it touches on. Hopefully I can share my experiences and lessons learned and get more people to try out Quasar!

    • V

      Github Layout from Layout gallery not really responsive
      • vsirghii

      1
      0
      Votes
      1
      Posts
      254
      Views

      No one has replied

    • D

      Dockerised Quasar Cordova Android development starter
      • djleven

      2
      2
      Votes
      2
      Posts
      533
      Views

      valasek

      @djleven thank you for sharing. I am creating the list of all starter kits and your kit is now included. Feel free to add via comments all undiscovered kits.
      After the consolidation is done I plan to curate the list.

    • J

      create installer electron
      • jcesar

      3
      0
      Votes
      3
      Posts
      1946
      Views

      L

      hi with the version v1.0 the command is different?

    • S

      Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )
      • Sponz

      14
      4
      Votes
      14
      Posts
      11546
      Views

      O

      SInce Laravel 5.7 is out now, have you updated it? Also have you used tymon package to integrate Laravel JWT authentication?

    • Ben Hayat

      Suggestion/Feedback from a NEW user's Perspective!
      • Ben Hayat

      25
      0
      Votes
      25
      Posts
      2856
      Views

      s.molinari

      @chiaju - Read two comments above please.

      Scott

    • G

      Menu Like Mene DOC
      • gleyson

      2
      0
      Votes
      2
      Posts
      260
      Views

      s.molinari

      Check out the code in the docs part of the Quasar repo. It’s all there. 😄

      https://github.com/quasarframework/quasar/tree/dev/docs

      Scott

    • Y

      quasar init newgame have many Warn can you help me
      • ycy

      2
      0
      Votes
      2
      Posts
      428
      Views

      patryckx

      @ycy could you run the command `quasar info` and give us the result?

      with the new version of quasar cli, we use the quasar create command to create a new project

    • S

      Yii2 + Quarar with Quasar CLI
      • Sonit

      1
      0
      Votes
      1
      Posts
      396
      Views

      No one has replied

    • B

      Refresh PWA after code update
      • badrday

      1
      3
      Votes
      1
      Posts
      1216
      Views

      No one has replied

    • H

      Change build path
      • hariprasath_p

      1
      0
      Votes
      1
      Posts
      485
      Views

      No one has replied

    • S

      Change color on hover
      • smiling_girl

      1
      0
      Votes
      1
      Posts
      661
      Views

      No one has replied

    • S

      Native dependencies in electron wrapper
      electron native target webpack • • steffanhalv

      13
      0
      Votes
      13
      Posts
      5057
      Views

      rstoenescu

      @steffanhalv

      Do NOT change the webpack target prop. It is already configured in the right way. If you need to change it you’re doing something wrong. Please also note there’s one webpack config for the renderer process and ANOTHER separate one for the main process. Which one are you trying to change? In 99% of the cases, you don’t need to change it anyway.

      I see that you are importing the http package, which is a node specific library, which is NOT isomorphic (doesn’t also works being run in a browser). You could use it in the main process though, but not in the renderer.

      Like I mentioned in a previous post, node-loader and it’s webpack rule for renderer process (it’s currently specified only for the main process) will be available by default in Quasar CLI v0.16.2.

    • A

      [Solved] Quasar 0.15.10 defaults to the v0.14++ starter kit on init?
      • axlotl

      2
      0
      Votes
      2
      Posts
      912
      Views

      A

      Never mind. Sorry, I asked this exact question a couple months ago and then went to work on something else and forgot. Answer is here: http://forum.quasar-framework.org/topic/1994/installed-0-15-but-init-still-creates-0-14-9-app/4

      (answer, via @vinstah, is nvm install 8 && nvm use 8 && npm i quasar-cli@latest -g && npm i vue-cli -g && quasar init default)

    • D

      Meteor-Quasar starter kit questions
      • DamienDeville

      3
      0
      Votes
      3
      Posts
      1623
      Views

      D

      @damiendeville Now the fact that the Meteor app code must be placed below a template folder is problematic with correctly setting up the launch.json file to simultaneously debug the client and server code in VSCode.

      Having added the launch.json file found here: https://github.com/Microsoft/vscode-recipes/tree/master/meteor,
      when launching a debugging run with VSCode, I get an error with the following complaint:
      no package.json file found in <workspaceFolder>.

      Since the package.json is in fact in <workspaceFolder>/template due to the installation of meteor inside this subfolder
      I have tried to change the option:
      “webRoot”: “${workspaceFolder}”
      to
      “webRoot”: “${workspaceFolder}/template”

      Then I tried to move the package.json file to <WorkspacePath> but it broke my meteor app build.

      Could anyone using this VSCode recipe for Meteor help figure out how to alter it so that it manages to find the package.json file below the template folder?

    • J

      Non single vue templates don't work on App.vue?
      • jckodel

      1
      1
      Votes
      1
      Posts
      668
      Views

      No one has replied

    • M

      Meteor!
      • mwarren2

      89
      0
      Votes
      89
      Posts
      42692
      Views

      D

      @mwarren2 said in Meteor!:

      @damiendeville said in Meteor!:

      Do you mean that this ‘template’ is needed only because running the meteor CLI in the application root folder would somewhat not work? But why? Since you did not use the quasar CLI nor webpack, what is the problem? Also is the name ‘template’ arbitrary?
      Could it be called ‘foo’ or ‘meteor’ and it would still work properly?

      It has to be called ‘template’. That’s all I know.

      @rstoenescu perhaps you could explain?

    • cheebhodh

      PWA not running in standalone (Quasar 0.15.2) ?
      • cheebhodh

      10
      0
      Votes
      10
      Posts
      3261
      Views

      S

      @rstoenescu I tested it with Android 6.0 and Chrome 64/65 using Quasar 0.15 and 0.14 and it does not open in standalone/fullscreen mode.

      However, other PWA’s open in standalone/fullscreen mode. For example: https://airhorner.com/

      Steps:

      new blank project with default settings (quasar init test) serve /dist/pwa-mat directory over HTTPS with a valid certificate “add to home screen” is showing service worker registered no errors logged in console

      Any clue about how to debug the problem?

      Best regards.

    • C

      PWA and firebase cloud messaging
      • copeland

      1
      0
      Votes
      1
      Posts
      995
      Views

      No one has replied