Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add support for quasar framework #86

Open
julie777 opened this issue Oct 7, 2021 · 1 comment
Open

please add support for quasar framework #86

julie777 opened this issue Oct 7, 2021 · 1 comment

Comments

@julie777
Copy link

julie777 commented Oct 7, 2021

Quasar is built on Vue 3 but it has its own way of configuring webpack, its own plugin system, etc.
All the variants of unplugin would be a great addition, but I don't have the knowledge to do the integration.

@ram-you
Copy link

ram-you commented Feb 16, 2022

@julie777
I added this lines to quasar.conf.js build:


   extendWebpack (cfg, { isServer, isClient }) {
        cfg.plugins.push(require('unplugin-icons/webpack')())
        cfg.plugins.push(
          require('unplugin-vue-components/webpack')({
            resolvers: require('unplugin-icons/resolver')({ prefix: false, enabledCollections: ['mdi'] }),
          })
        );
      },
 

And it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants