antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template
https://vitesse.netlify.app/
MIT License
8.79k stars 931 forks source link

Hope to support prefetch #275

Open artiely opened 2 years ago

artiely commented 2 years ago

I'm using vitess which is great, and I'm trying to use it to build my own blog instead of vitepress. But I found an experience problem. Because the article is relatively large after compilation. The waiting time for a white screen to appear on the page. I found usePrefetch in vitepress to improve this. I don't know how difficult it is to integrate this with Vitess.

userquin commented 2 years ago

@artiely this is not the right place, I request it on vueuse repo: https://github.com/vueuse/vueuse/issues/1139

userquin commented 2 years ago

@artiely check this plugin https://github.com/egoist/vue-router-prefetch: use QuickLink component