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

    How to install 0.14 via npm?

    Help
    6
    11
    3460
    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.
    • J
      jeimz173 last edited by

      hi i just want to know how to install v0.14 thank you šŸ˜ž noob here šŸ˜›

      s.molinari 1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari @jeimz173 last edited by

        @jeimz173 said in How to install 0.14 via npm?:

        hi i just want to know how to install v0.14 thank you šŸ˜ž noob here šŸ˜›

        This shows you how.

        http://beta.quasar-framework.org/guide/index.html

        Scott

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

          Hi,
          While doing init , mention #beta.

          Example :
          quasar init default#beta <folder name>

          Thanks
          Suman

          1 Reply Last reply Reply Quote 0
          • N
            nueko last edited by

            npm install quasarframework/quasar-edge

            1 Reply Last reply Reply Quote 1
            • J
              jeimz173 last edited by

              how bout what if using laravel framework…im not sure how to use the quasar cli in laravel… should i still install using cli? because what i only need is to update the quasar to my node_modules directory to the beta version…

              1 Reply Last reply Reply Quote 0
              • J
                JCharante last edited by

                @jeimz173 I know that @jordonbaade (on gitter) had some success switching over to 0.14 after following this Laravel tutorial

                npm i --save git+https://git@github.com/quasarframework/quasar-edge.git
                
                1 Reply Last reply Reply Quote 0
                • M
                  mfcarneiro last edited by

                  I’m facing a problem.

                  I already have a project going on and I need to implement this new features presented on v0.14.

                  Replacing the package.json with ā€œgit+https://git@github.com/quasarframework/quasar-edge.gitā€ and adding quasar-extras, the components are broken.

                  I’m missing something or is needed something else?

                  1 Reply Last reply Reply Quote 0
                  • J
                    JCharante last edited by

                    @mfcarneiro Are you explicitly importing the components?

                    1 Reply Last reply Reply Quote 0
                    • M
                      mfcarneiro last edited by mfcarneiro

                      @JCharante,

                      I’m using normally, toolbar, some buttons and a footer, but when I deleted the quasar-framework folder and switched the dependencies to this path to v0.14 all crashed.

                      All the other files are the same when i ran the quasar-cli for the first time.


                      Edit:

                      I found a topic, you’re referring this when u said importing explicitly?

                      1 Reply Last reply Reply Quote 0
                      • J
                        JCharante last edited by JCharante

                        @mfcarneiro good find, you have "vue-template-compiler": "^2.3.0" right?

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          mfcarneiro @JCharante last edited by

                          @JCharante

                          I have "vue-template-compiler": "^2.4.1", but I will see your recommendation for the post that I created.

                          Thanks!

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