Gridsome and Nuxt are both open source static site generators written in JavaScript, but that's where the similarities end. See the full comparison of Gridsome and Nuxt.
Property | Gridsome | Nuxt |
---|---|---|
Language | JavaScript | JavaScript |
Templates | Vue | Vue |
License | MIT | MIT |
Build blazing fast websites for any CMS or data with Vue.js
Use local files or any external API as a data source and access the data from a unified GraphQL layer
Use any CMS or data source for content. Pull data from WordPress, Contentful, local Markdown, or any other headless CMS or APIs and access it with GraphQL in your pages and components.
Build websites with modern tools like Vue.js, webpack and Node.js. Get hot-reloading and access to any packages from npm and write CSS in your favorite preprocessor like Sass or Less with autoprefixing.
Only critical HTML, CSS, and JavaScript get loaded first. The next pages are then prefetched so users can click around incredibly fast without page reloads, even when offline.
Gridsome automatically optimises your frontend to load and perform blazing fast. You get code-splitting, image optimisation, lazy-loading, and almost perfect lighthouse scores out-of-the-box.
The future of the web is JavaScript, API's, and Markup - the JAMstack. Gridsome uses the power of blazing-fast static site generator, JavaScript and APIs to create stunning dynamic web experiences.
Gridsome sites are usually not connected to any database and can be hosted entirely on a global CDN. It can handle thousands to millions of hits without breaking - and no expensive server costs.
An easy way to export your Vue.js Web Application into a static website.
Write your content in Vue files only. No configuration is needed, just write your Application with Vue.js components.
If you want to write you content in markdown files, its super easy with the vue markdown filter
You can extend your Application, Blog or Website with some packages on the NPM ecosystem.
Nuxt will help you generate and deploy a Vue.js Web Application faster than before.
Vue SSR is used to generate pages for both client and server; It's called Isomorphic/ Universal rendering.
Then you can run nuxt generate
to generate your static website into a ./dist forlder and deploy it everywhere:
Netlify, Githup pages, Gitlab, AWS3, etc.
Creating a website based on Nuxt only takes a minute. Quick introduction of Nuxt : 1 minute