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 wrap cordova in the new quasar 0.15

    Starter Kits
    2
    4
    2133
    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.
    • C
      cklinx last edited by cklinx

      Hi,
      i downloaded and installed the quasar 0.15 beta started kit but i can find anymore the “quasar wrap cordova” command (quasar 0.14.8).

      Is there a way to wrap it?

      Thanks in advance.

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

        Hi

        You don’t wrap anything anymore

        Simply use the following commands for dev and build. You must have cordova installed

        quasar dev --mode cordova
        quasar build --mode cordova
        

        use this to get help on the options:

        quasar dev --help
        
        1 Reply Last reply Reply Quote 1
        • C
          cklinx last edited by

          Hi,
          i got it, but my problem is that with quasar 0.14.8 i install phonegap on cordova folder so i can use it as well with

          phonegap serve
          .
          Without the “cordova folder” phonegap gives me this error

          project directory could not be found

          i think becouse the project folder doesnt respect the cordova technical specifications.

          1 Reply Last reply Reply Quote 0
          • C
            cklinx last edited by

            Thanks man,
            i solved with

            quasar build -m cordova -T android
            

            really appreciated your help.

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