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

    Watch mode for v1.x.x

    CLI
    2
    2
    192
    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.
    • I
      ivinnic last edited by

      Hello! Previously on v0.14 we made npm run watch (node build/script.watch.js) for dev server for quick rebuild.

      config part:

        watch: true,
        watchOptions: {
          aggregateTimeout: 1000,
        },
      

      How can I make same in v1.x.x ?
      I will be happy if someone will show the way!
      Thank you!

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

        hot reload/rebuild works out of the box in v1.x if you run Quasar in dev mode.

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