[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10047":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":16,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":19,"hasPages":19,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":15,"starSnapshotCount":15,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},10047,"gridsome","gridsome\u002Fgridsome","⚡️ The Jamstack framework for Vue.js","https:\u002F\u002Fgridsome.org",null,"JavaScript",8485,469,115,534,0,1,64.62,"MIT License",false,"master",[22,5,23,24,25,26],"graphql","jamstack","nodejs","static-site-generator","vue","2026-06-12 04:00:48","\u003Cp align=\"center\">\n  \u003Cbr>\n  \u003Ca href=\"https:\u002F\u002Fwww.gridsome.org\">\n    \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fgridsome\u002Fgridsome\u002Fmaster\u002F.github\u002Fassets\u002Flogo.png\" width=\"90\"\u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">Gridsome\u003C\u002Fh1>\n\u003Ch3 align=\"center\">Build super fast, modern websites with Vue.js\u003C\u002Fh3>\n\u003Cp align=\"center\">\nGridsome is a \u003Ca href=\"\u002F\u002Fvuejs.org\">Vue-powered\u003C\u002Fa> static site generator for building CDN-ready websites for any headless CMS, local files or APIs\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca title=\"Total downloads\" href=\"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fgridsome\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fdm\u002Fgridsome.svg?style=flat-square\">\n  \u003C\u002Fa>\n  \u003Ca title=\"Current version\" href=\"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fgridsome\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002Fgridsome.svg?style=flat-square\">\n  \u003C\u002Fa>\n  \u003Ca title=\"MIT License\" href=\"LICENSE\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fgridsome\u002Fgridsome.svg?style=flat-square\">\n  \u003C\u002Fa>\n  \u003Ca title=\"Follow on Twitter\" href=\"https:\u002F\u002Ftwitter.com\u002Fgridsome\">\n    \u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fgridsome.svg?style=social&label=Follow\">\n  \u003C\u002Fa>\n  \u003Cbr>\n  \u003Cbr>\n\u003C\u002Fp>\n\n> This project is under active development. Any feedback or contributions would be appreciated.\n\n### Enjoy a modern development stack\n\nBuild 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 auto-prefixing.\n\n### Connect to any CMS or data source\n\nUse 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.\n\n### PWA Offline-first architecture\n\nOnly 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.\n\n### Get perfect page speed scores\n\nGridsome automatically optimizes your frontend to load and perform blazing fast. You get code-splitting, image optimization, lazy-loading, and almost perfect lighthouse scores out-of-the-box.\n\n### Build future ready websites\n\nThe future of the web is JavaScript, API's, and Markup - the [Jamstack](https:\u002F\u002Fjamstack.org\u002F). Gridsome uses the power of blazing-fast static site generator, JavaScript and APIs to create stunning dynamic web experiences.\n\n### Ready for global domination\n\nGridsome 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.\n\n## Quick start\n\n### 1. Install Gridsome CLI tool\n\n- `npm install --global @gridsome\u002Fcli`\n- `yarn global add @gridsome\u002Fcli`\n- `pnpm install --global @gridsome\u002Fcli`\n\n### 2. Create a Gridsome project\n\n1. `gridsome create my-gridsome-site` to create a new project\n2. `cd my-gridsome-site` to open the folder\n3. `gridsome develop` to start a local dev server at `http:\u002F\u002Flocalhost:8080`\n4. Happy coding 🎉🙌\n\n### 3. Next steps\n\n1. Create `.vue` components in the `.\u002Fsrc\u002Fpages` directory to create pages\n2. Use `gridsome build` to generate static files in a `.\u002Fdist` folder\n\n### Learn more\n\n- [How it works](https:\u002F\u002Fgridsome.org\u002Fdocs\u002Fhow-it-works\u002F)\n- [How to deploy](https:\u002F\u002Fgridsome.org\u002Fdocs\u002Fdeployment\u002F)\n\n## How to Contribute\n\nInstall [Node.js ^12.13.0 || ^14.0.0 || >=16.0.0](https:\u002F\u002Fnodejs.org\u002Fen\u002Fdownload\u002F) or higher and [Yarn classic](https:\u002F\u002Fclassic.yarnpkg.com\u002Fen\u002Fdocs\u002Finstall\u002F).\n\n1. Clone this repository.\n2. Create a new Gridsome project inside the `.\u002Fprojects` folder.\n3. Enter the new project folder and run `yarn install`.\n4. The project will now use the local packages when you run `gridsome develop`.\n\nMake sure your test project has a version number in its `package.json` if you use an existing project.\n\nTo use the local version of `@gridsome\u002Fcli` as the global command, enter the `.\u002Fpackages\u002Fcli` folder and run `npm link`.\n\nYarn will add dependencies from your test projects to the root `yarn.lock` file. So you should not commit changes in that file unless you have added dependencies to any of the core packages. If you need to commit it, remove your projects from the `.\u002Fprojects` folder temporary and run `yarn install` in the root folder. Yarn will then clean up the lock file with only necessary dependencies. Commit the file and move your projects back and run `yarn install` again to start developing.\n\n### Code of Conduct\n\nIn the interest of fostering an open and welcoming environment please read and follow our [Code of Conduct](.\u002FCODE_OF_CONDUCT.md).\n\n## License\n\nLicensed under the [MIT License](.\u002FLICENSE).\n\n## Roadmap for v1.0\n\nVisit the [Gridsome Roadmap](https:\u002F\u002Fgithub.com\u002Fgridsome\u002Fgridsome\u002Fprojects\u002F2) to keep track of which features we are currently working on.\n","Gridsome 是一个基于 Vue.js 的静态网站生成器，用于构建适用于任何无头 CMS、本地文件或 API 的现代、快速的 CDN 就绪网站。它支持使用 GraphQL 查询数据，并集成了 Vue.js、Webpack 和 Node.js 等现代工具，提供热重载和 npm 包访问等功能。Gridsome 采用 PWA 离线优先架构，仅加载关键的 HTML、CSS 和 JavaScript 文件，同时预取后续页面以实现无刷新浏览体验。该框架自动优化前端性能，包括代码分割、图片优化及懒加载等，帮助开发者轻松获得近乎完美的 Lighthouse 评分。此外，Gridsome 构建的站点通常不依赖数据库，可完全托管在全球 CDN 上，能够承受高流量冲击且无需高昂的服务器成本。非常适合需要高性能、低成本维护的现代网站开发场景。",2,"2026-06-11 03:26:15","top_topic"]