npm vue-cli-plugin-quasar 3.0.0
v3.0.0

latest releases: 5.0.2, 5.0.1, 5.0.0...
3 years ago

Ported the auto-import feature from Quasar CLI which doesn't needs Babel and is also compatible with Typescript.

Upgrade guide

If you're upgrading from vue-cli-plugin-quasar v2, then please:

  1. Remove the babel-plugin-transform-imports dependency (no longer needed)
  2. Edit your babel.config.js (if using one): remove the 'transform-imports' section

Example of babel.config.js:

module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ]
}

Don't miss a new vue-cli-plugin-quasar release

NewReleases is sending notifications on new releases.