Is Quasar.js supported? #654
heliomar-pena
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @victor-heliomar, it should be possible with a little bit of configuration! I haven't tried it but this might work: // FILE: preview.config.js
const { quasar } = require('@quasar/vite-plugin');
module.exports = {
vite: {
plugins: [
quasar()
]
}
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quasar.js have a library of global components, I want to know if I can use Preview.js with Quasar without problems. Currently, I'm receiving this error when I import a Quasar global component:
Beta Was this translation helpful? Give feedback.
All reactions