Vue Cli Plugin Quasar Versions Save

Quasar Framework Vue CLI plugin

v5.0.1

1 year ago

Supports Vue CLI v5 (which has Webpack 5 instead of Webpack 4) Please note that Vue CLI is in maintenance mode.

If you are upgrading from Vue CLI v4, please make sure that you set the following dependencies to these versions:

  • sass: 1.32.12 (pin it to this exact version)
  • sass-loader: ^12.0.0
  • (if you have it) postcss-rtl: ^3.5.3

v4.0.4

1 year ago
  • fix: duplicated transformAssetUrls #49

v4.0.3

1 year ago
  • fix: correctly transform imports from Quasar (trailing comma issue)

v4.0.2

1 year ago
  • fix: Deprecation of loader options in webpack 5 (DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING) (#47)

v4.0.1

1 year ago

Using the stable v2 release

v3.0.2

2 years ago

Update with the new branding.

v4.0.0

2 years ago

Updated with new branding.

v4.0.0-beta.3

2 years ago
  • fix "sass" dep to v1.32.12

v4.0.0-beta.2

2 years ago
  • fix: add transformUrl for Quasar components #44

v3.0.1

2 years ago

Removed the "manual" option for importStrategy since auto-import is so powerful now.