-
-
Notifications
You must be signed in to change notification settings - Fork 376
Correct way to install client-side UI Frameworks #102
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
Comments
Do you know what You can try with an SPA (see https://github.com/brillout/vite-plugin-ssr#spa-vs-ssr-vs-html) and see if it works (it should since you then follow exactly the official ElementPlus docs), that is return some static HTML instead of doing SSR. Make sure to replace You can then progressively move back towards the original setup and see where the problem lies. |
I tried importing on the For anyone reading this and wonder about quasar I couldn't make it work, it looks like quasar still does not support Vitte |
Note that
|
Uh oh!
There was an error while loading. Please reload this page.
Hello, first of all thank you for your dedication to making all of this work
Right now I'm having a struggle to understand how you would install things like frameworks to the client
Let's take ElementPLus for instance, documentation says :
What is the equivalent of this? I've tried this on
_default.page.client.js
But all i've got is
[Vue warn]: Failed to resolve component: el-button
I'm pretty sure i'm just making a simple mistake here but I just can't figure out what is it
Any help would be appreciated, thanks
Also using quasar framework would be possible ?
The text was updated successfully, but these errors were encountered: