-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Progress] nuxt@3
support
#542
Comments
@ThornWalli Can we separate the |
There is a new version of |
@nuxt/bridge
and nuxt@3
supportnuxt@3
support
Hey, we at https://github.com/kodadot/nft-gallery plan to use nuxt-speedkit and we are in process migration from nuxt2 to nuxt3, step by step, not fastest, but just want to make sure you are heading there too. I'm happy to donate something, if that would speed up things on your side. Let me know! |
Hi @yangwao, unfortunately we ran into a Vue3 bug right at the beginning ;) |
@yangwao currently we are waiting for the following pull request from Linus Borg to be released. You can help us to increase the pressure here ;) : vuejs/core#7499 We are of course also happy about donations, but currently we cannot pursue the integration in Nuxt3 as long as this pull request has not been accepted. |
@yangwao thank you very much. We were very happy about your donation. As you can see, we have already started the migration. The big part is already done. We are currently fine-tuning the details so that we can also guarantee efficient loading of resources with Nuxt3. |
And there was a change of organization and name 😉 |
Nuxt 3 version is available 🎉
V3 Docs
Install
Todos
General
crossorigin
handled innuxt@3
? (e.g.anonymous
,use-credentials
)Is set via the module option
crossorigin
.Entry integration
Preload optimization
Resource Manifest optimizationReduce preloads, prefetches per generate HTML manipulationallow interacting with build manifest via hook nuxt/nuxt#14362Embedded CSS
Plugin
import './fonts.css';
)useHead
and fonts script.v-font
getSSRProps
has no access to exposed property on the instance nuxt/nuxt#15424$booster
$getFont
FontCollection
inject
/provide
Image (
BoosterPicture
/BoosterImage
)@nuxt/image
Nuxt 3 Support nuxt/image#548Helper & Components
Helper
boosterHydrate
vue-lazy-hydration
withvue3-lazy-hydration
Components
BoosterLayer
BoosterImage
BoosterPicture
BoosterVimeo
BoosterYoutube
BoosterIframe
Removed Components
abstracts/ComponentObserver
#booster/composables/componentObserver
abstracts/OnlySsr
GoogleLighthouse
Tests
jest
withvitest
The text was updated successfully, but these errors were encountered: