gridsome
gridsome copied to clipboard
⚡️ The Jamstack framework for Vue.js
## Description When I run "gridsome create xx",it show the error that "spawn git ENENT" ### Steps to reproduce run "gridsome create xx" ### Expected result ### Actual result Error...
I'm having issues with a build failing on Netlify that works fine locally. I'm doing the same exact thing for other content types in my site, and it all works...
Remove the unused `auto-bind` dependency. ### Why? `auto-bind` (at least in `v2`) depends on `@types/react`. When using [Volar](https://github.com/johnsoncodehk/volar) and having `@types/react`, Volar uses the wrong JSX namespace definitions. This leads...
close https://github.com/gridsome/gridsome/issues/1545
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script (#3309) 3f8cc5a0 Updated...
Start of next version 0.8.0 Updated packages and dependancies and support for: Webpack 5 PostCSS 8 Fix found code deprecations for example graphql and joi.
## What Support for Graphql Codegen ## Description I've made a [Graphql Codegen custom loader for `` and `` blocks](https://github.com/JuroOravec/graphql-codegen-gridsome-loader). In other words, you can run graphql codegen and include...
## Summary I feel like all the pieces I need exist, I'm just not sure how to piece them together. What I want to do is after all my pages...
## Summary Currently, the gridsome build/develop scripts will throw errors and exit when encountering an object with circular references passed to `JSON.stringify()`. This is normal functioning for `JSON.stringify()`. Contentful allows...