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

    quasar dev === npm run dev ???

    CLI
    2
    2
    1621
    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.
    • D
      daveline last edited by

      Just curious are “quasar dev” and “npm run dev” essentially the same?

      Basically, I want to create another script derived from build/script.dev.js. called “devbuild”: “node build/script.devbuild.js”.

      So would there be any issues with me running it this way “npm run devbuild”?

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Under the hood, “quasar dev” ends up calling “npm run dev”. It’s safe if you want to simply run “npm run dev” or “npm run build”.
        Quasar CLI on the other hand does some extra work, checking if dev port is available (just to name one of those extra things).

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