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. terry
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 1
    • Groups 0

    Topics created by terry

    • T

      Available Slot List for Component
      Help • • terry

      1
      1
      Votes
      1
      Posts
      353
      Views

      No one has replied

    • T

      Any Sample usage QUploader to Google Drive
      Help • • terry

      1
      0
      Votes
      1
      Posts
      337
      Views

      No one has replied

    • T

      dev/build in VS Code IDE
      Help • • terry

      3
      0
      Votes
      3
      Posts
      952
      Views

      T

      Thanks @a47ae, as you comment, I edit as below, it works as I expected. Thanks again.

      {
      “type”: “node”,
      “request”: “launch”,
      “name”: “Launch Program”,
      “program”: “/usr/local/bin/quasar”,
      “args”: [“dev”]
      },

    • T

      How to change launch.json or package.json for run dev or build in VS Code for 0.15.x
      Help • • terry

      4
      0
      Votes
      4
      Posts
      1767
      Views

      T

      I update as below for start debug of “quasar dev” for VS code , It works as I expected. In order debuging in VS code, have to launch “Debug Quasar” after start debug.

      "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "/usr/local/bin/quasar", "args": ["dev"] },