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

    [solved] How to go back to Quasar v1

    Help
    2
    11
    1218
    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.
    • dobbel
      dobbel @beatscribe last edited by

      @beatscribe

      I created a quasar app with the cli and it is still v1. I did this yesterday.

      What is the problem? Any errors , or strange output…?

      1 Reply Last reply Reply Quote 1
      • beatscribe
        beatscribe last edited by beatscribe

        i just did npm install -g @quasar/app@1.15.4 and then quasar create, when it did the package json, inside I saw quasar: ‘2.0.0’, am I wrong to think that is a quasar v2 version it made? It also asking me about compositional API in the quasar create, which I believe is only for vue3…

        i guess im asking also, how do i confirm its version 1…

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

          @beatscribe

          npm install -g @quasar/app@1.15.4

          that’s wrong, you install the quasar’s cli globally not the quasar/app.

          Its’ correct that the quasar/app is 2.x for Qv1

          I have this in my Qv1 package.json

          dependencies
          "@quasar/extras": "^1.9.16",
          "quasar": "^1.15.3",
          
          devDependencies
          "@quasar/app": "^2.0.0",
          
          

          and quasar cli 1.12. To install globally:

          npm install -g @quasar/cli
          
          beatscribe 1 Reply Last reply Reply Quote 1
          • beatscribe
            beatscribe @dobbel last edited by

            @dobbel said in How to go back to Quasar v1:

            npm install -g @quasar/cli

            Thanks @dobbel I am trying that now… I will confirm thats what I see in the package.json after. I can’t thank you enough.

            1 Reply Last reply Reply Quote 0
            • beatscribe
              beatscribe last edited by

              @dobbel I guess the devDependency saying ^2.0.0 was throwing me off…

              1 Reply Last reply Reply Quote 0
              • beatscribe
                beatscribe last edited by

                @dobbel Sorry for so many messages, now I am thinking my project never was really Quasar v2… my original one has:

                “dependencies”: {
                “@quasar/extras”: “^1.0.0”,
                “quasar”: “^1.0.0”

                “devDependencies”: {
                “@quasar/app”: “^1.0.0”,

                But, none of the Ajax worked when I went into IE11…

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

                  @beatscribe

                  the devDependency saying ^2.0.0 was throwing me off…

                  I think it’s very confusing especially for new people.

                  1 Reply Last reply Reply Quote 0
                  • beatscribe
                    beatscribe last edited by

                    I found in another thread you posted that the IE Support might need to be added… I am trying that now… but it seems like I was on Quasar v1 all along? You can use compositional API with quasar v1? I am so new I didn’t know what to look for.

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

                      @beatscribe

                      I would not use composition api with vue2. Personal opinion , options api is much better for 95% of all the use cases.

                      1 Reply Last reply Reply Quote 1
                      • beatscribe
                        beatscribe last edited by

                        Thanks. Going to javascript and Quasar v1 has been fine in ie11 so far.

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