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

    documentation for Quasar projects

    Help
    2
    4
    232
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      koen last edited by

      I am new to Quasar and wanted to document my code with something like vueStyleguidist or jsdocs.
      After losing a few days in trying to get it working I realize I need some help.
      As Quasar is very complete, I am surprized this is not included in the framework.
      Or am I missing something?
      Could you give me some tips on how I can fix this? Has somebody a guide to install it on Quasar?
      Thanks

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @koen last edited by dobbel

        @koen

        Usually IDE’s like VSCode and Webstorm have plugins to create docs.

        Vscode:
        https://marketplace.visualstudio.com/search?term=jsdoc&target=VSCode&category=Other&sortBy=Relevance

        Webstorm:
        https://www.jetbrains.com/help/webstorm/creating-jsdoc-comments.html

        personally I find puting comments in code a very bad practice.

        K 1 Reply Last reply Reply Quote 0
        • K
          koen @dobbel last edited by koen

          @dobbel I understand you find comments in code bad practice. Can you recommend a method, that makes it easy and makes a good practice to document? My experience is that doing the docs in a seperate system is not easy to maintain.
          Thanks for the links.

          dobbel 1 Reply Last reply Reply Quote 0
          • dobbel
            dobbel @koen last edited by

            @koen

            UML! No just kidding , I cannot recommend a document system. Ideally the code itself should be self explanatory.

            You could listen what Uncle Bob has to say about comments in code:

            (The series is about clean code, very informative, has a section about comments )
            https://www.youtube.com/watch?v=7EmboKQH8lM

            1 Reply Last reply Reply Quote 0
            • First post
              Last post