Home  >  Q&A  >  body text

What is the difference between "quasar dev" and "quasar dev #"

I am completely new to Quasar and am currently learning the video tutorial. The tutorial told me to use "quasar dev" but that doesn't work. The information in the "quasar create" text tells me to use "quasar dev #" (which does work). what is the difference? # What means?

P粉340980243P粉340980243189 days ago377

reply all(1)I'll reply

  • P粉633075725

    P粉6330757252024-03-31 00:30:31

    I don't know why this happens, but I figured out how to turn it off.

    In the quasar.config.js file, remove the following lines from the build: section:

    target: {
        browser: [ 'es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1' ],
        node: 'node16'
      },

    This code was put there by the creation process and I suspect it provides some functionality that I currently don't use as a complete beginner.

    reply
    0
  • Cancelreply