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. Pierre
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Groups 0

    Pierre

    @Pierre

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

    Pierre Follow

    Best posts made by Pierre

    • RE: Stuck at 100 percent after running quasar dev

      investigate this a couple of times now, with a couple different reasons behind it.

      • Missing closing or invalid tag intemplate (as mentioned by liguyu above)
      • Multiple root elements in vue template
      • Usage of non-es2015 syntax in template, example: <span>{{ myObject?.myVar }}</span> (notice the ?. syntax)

      The only way to discover exactly which file is the issue is to run:
      $ quasar build --debug

      This will give you (a lot of) output and tell you which file, but not exactly what issue, it gets stuck at.

      Hope this helps other people!

      posted in Help
      P
      Pierre

    Latest posts made by Pierre

    • RE: Stuck at 100 percent after running quasar dev

      investigate this a couple of times now, with a couple different reasons behind it.

      • Missing closing or invalid tag intemplate (as mentioned by liguyu above)
      • Multiple root elements in vue template
      • Usage of non-es2015 syntax in template, example: <span>{{ myObject?.myVar }}</span> (notice the ?. syntax)

      The only way to discover exactly which file is the issue is to run:
      $ quasar build --debug

      This will give you (a lot of) output and tell you which file, but not exactly what issue, it gets stuck at.

      Hope this helps other people!

      posted in Help
      P
      Pierre