gridsome icon indicating copy to clipboard operation
gridsome copied to clipboard

⚡️ The Jamstack framework for Vue.js

Results 153 gridsome issues
Sort by recently updated
recently updated
newest added

Hello, I´m looking for a way to build Gridsome from the source code into an "artifact", that I can use in my application. (To clearify, yes I'm aware that js...

I am unable to use pagination with `@gridsome/graphql-source` or find anything about it on the documentation. I want to use pagination with data queried from an API through `gridsome-graphql-source`. I...

## Description Gridsome pages broke when I used the sticky (https://getuikit.com/docs/sticky) plugin from UIkit to DefaultLayout ### Steps to reproduce 1. Open the tab and copy the link below https://gridsomeuikitbug.vercel.app/test/...

Vite2 is fast, but not JAMstack. Any plan for the intergration with that great tool developed by Evan You ? (no webpack approach) https://github.com/vitejs/vite/discussions/5200

This issue exists to discuss how Themes should work in Gridsome. - How should themes work in a modern framework like Gridsome. - Are Vue Component libraries with pre-defined layouts...

RFC

## Description Can't get Tailwind JIT properly working using `gridsome-plugin-tailwindcss` I know this isn't the plugins repo, but the plugin repo has issues tab disabled so I don't know where...

The NODE_ENV could be set to `staging` or `testing` during the build process. If I am ignoring something, please let me know.

## Summary Support [modern build mode](https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode) similar to Vue CLI and Nuxt already have. ### Basic example Quote from Vue CLI docs: > With Babel we are able to leverage...

feature request

I am very familiar with `hugo`. When I want to create a post in hugo I just need to run `hugo new "Post Title"`.And then it give me template `YYYY-MM-DD-post-title.md`...

## Description For some reason, I cannot interpolate env variables in code alike ```js [...] const accessToken = process.env.AUTH_TOKEN export default function(Vue, { router, head, isClient }) { Vue.use(PrismicVue, {...