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

    What is `Cordova id`?Where can I get it?

    Help
    cordova
    4
    4
    3095
    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
      kanjiushi last edited by

      What is Cordova id?Where can I get it?

      λ quasar init quasar_demo
       Running command: vue init 'quasarframework/quasar-starter-kit' quasar_demo
      
      ? Project name (internal usage for dev) quasar_demo
      ? Project product name (official name) Quasar App
      ? Project description A Quasar Framework app
      ? Author
      ? Check the features needed for your project: ESLint, Vuex, Axios, Vue-i18n, IE11 support
      ? Pick an ESLint preset Standard
      ? Cordova id (disregard if not building mobile apps) org.cordova.quasar.app
      
      1 Reply Last reply Reply Quote 0
      • Shone
        Shone last edited by

        Hi @kanjiushi Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device’s capabilities such as sensors, data, network status, etc.

        https://cordova.apache.org/docs/en/latest/guide/overview/index.html

        1 Reply Last reply Reply Quote -1
        • s.molinari
          s.molinari last edited by

          Where can I get it?

          I think I answered this on Discord. The cordova id is a reverse domain you create yourself or rather, where you’ll put your app later. Something like “org.my-cool-site.app”.

          Scott

          1 Reply Last reply Reply Quote 1
          • W
            wishinghand last edited by

            The way it used to be was a namespace for your company and app name. So if my company’s name was Acme and the app is “Delivery Box”, I’d probably enter com.acme.delivery-box. Digging around in the documentation I found this: cordova create myapp com.mycompany.myteam.myapp MyApp on this page: https://cordova.apache.org/docs/en/9.x/reference/cordova-cli/index.html#directory-structure.

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