uid
An SSR-friendly Vue directive that generates a unique ID for elements. (by shimyshack)
vite-ssg
Static site generation for Vue 3 on Vite (by antfu-collective)
uid | vite-ssg | |
---|---|---|
1 | 9 | |
26 | 1,371 | |
- | 2.2% | |
4.4 | 6.3 | |
over 1 year ago | 10 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
uid
Posts with mentions or reviews of uid.
We have used some of these posts to build our list of alternatives
and similar projects.
-
SSR-Friendly Unique HTML IDs in Vue 3
If you'd like more understanding into how vue-uid works, be sure to read the Custom Directives documentation.
vite-ssg
Posts with mentions or reviews of vite-ssg.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-27.
-
From React to Vue
For SSG use - https://github.com/antfu/vite-ssg
-
Vue 3. How to generate a static website?
It is very simple. I had done similar task for many projects using https://github.com/antfu/vite-ssg
-
[ Request ] Library for building static pages inside vue app?
I use vite-ssg (https://github.com/antfu/vite-ssg) to generate static pages from my vue project.
- Vue or Nuxt for static website?
-
Best Vite-based SSG solution?
My company does a lot of static site generation/prerendering for our products. Our web stack is based on Vue.js v3 + Vite v3 + vite-sgg.
- alternative to nuxt.js?
-
[Discussion] What the hell is going on with Vuetify 3?
The above template has it via https://github.com/antfu/vite-ssg
-
Is Nuxt 3 ready for production? Is anyone using it?
SSG
-
Vue3: Render each route to an html page
I think what you're looking for is server side generation (SSG). This is what Gridsome is used for in vue but they have not yet updated to vue 3. You're essentially looking to generate a static site from a vue application. A quick Google suggests https://github.com/antfu/vite-ssg might work but I can't say I've ever tried it personally.
What are some alternatives?
When comparing uid and vite-ssg you can also consider the following projects:
vue-frag - 🤲 Create Fragments (multiple root-elements) in Vue 2
prerender-spa-plugin - Prerenders static HTML in a single-page application.