github quasarframework/quasar @quasar/cli-v5.0.0

This is the optional globally-installed part of the Quasar CLI

Breaking changes

The "serve" command now uses the native hono/proxy (for the --proxy, -P cmd option) instead of http-proxy-middleware. Example of proxy file:

export default ({ app, proxy }) => {
  app.get('/proxy/:path', (c) => {
    return proxy('http://some.api.com/' + c.req.param('path'))
  })
}

Changes

  • feat(cli): modernize codebase; drop some deps and replace with native Node.js alternatives
  • feat+refactor(cli): rewrite the "upgrade" cmd; parallel NPM registry fetching; use modern prompts
  • feat(cli): all commands have the "--no-color" option
  • feat(cli): upgrade deps

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

Don't miss a new quasar release

NewReleases is sending notifications on new releases.