{"id":14136755,"url":"https://github.com/antfu/vitesse-nuxt","last_synced_at":"2025-05-14T07:09:52.480Z","repository":{"id":37487372,"uuid":"424297966","full_name":"antfu/vitesse-nuxt","owner":"antfu","description":"Vitesse for Nuxt 3 🏔💚⚡️","archived":false,"fork":false,"pushed_at":"2025-04-12T01:00:58.000Z","size":2170,"stargazers_count":1815,"open_issues_count":15,"forks_count":239,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-12T18:27:45.818Z","etag":null,"topics":["nuxt3","starter-template","vitesse"],"latest_commit_sha":null,"homepage":"https://vitesse-nuxt3.netlify.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antfu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["antfu"],"open_collective":"antfu"}},"created_at":"2021-11-03T16:22:30.000Z","updated_at":"2025-05-10T20:03:35.000Z","dependencies_parsed_at":"2023-09-28T04:37:43.406Z","dependency_job_id":"2e063c9e-79d6-4fc5-88b6-a546a67584bf","html_url":"https://github.com/antfu/vitesse-nuxt","commit_stats":{"total_commits":158,"total_committers":25,"mean_commits":6.32,"dds":"0.26582278481012656","last_synced_commit":"388854d76089b046f9c29e91fd77b061add0123a"},"previous_names":["antfu-collective/vitesse-nuxt3","antfu/vitesse-nuxt3","antfu/vitesse-nuxt"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvitesse-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvitesse-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvitesse-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antfu%2Fvitesse-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antfu","download_url":"https://codeload.github.com/antfu/vitesse-nuxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092789,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt3","starter-template","vitesse"],"created_at":"2024-08-16T11:01:14.755Z","updated_at":"2025-05-14T07:09:52.440Z","avatar_url":"https://github.com/antfu.png","language":"TypeScript","funding_links":["https://github.com/sponsors/antfu","https://opencollective.com/antfu"],"categories":["TypeScript","others","Starter Kits"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/11247099/140462375-7b7ac4db-35b7-453c-8a05-13d8d20282c4.png\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e\n\u003ca href=\"https://github.com/antfu/vitesse\"\u003eVitesse\u003c/a\u003e for Nuxt 3\n\u003c/h2\u003e\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cbr\u003e\n\u003ca href=\"https://vitesse-nuxt3.netlify.app/\"\u003e🖥 Online Preview\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://stackblitz.com/github/antfu/vitesse-nuxt\"\u003e\u003cimg src=\"https://developer.stackblitz.com/img/open_in_stackblitz.svg\" alt=\"\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- 💚 [Nuxt 3](https://nuxt.com/) - SSR, ESR, File-based routing, components auto importing, modules, etc.\n\n- ⚡️ Vite - Instant HMR.\n\n- 🎨 [UnoCSS](https://github.com/unocss/unocss) - The instant on-demand atomic CSS engine.\n\n- 😃 Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/unocss/unocss).\n\n- 🔥 The `\u003cscript setup\u003e` syntax.\n\n- 🍍 [State Management via Pinia](https://github.com/vuejs/pinia), see [./app/composables/user.ts](./app/composables/user.ts).\n\n- 📑 [Layout system](./app/layouts).\n\n- 📥 APIs auto importing - for Composition API, VueUse and custom composables.\n\n- 🏎 Zero-config cloud functions and deploy.\n\n- 🦾 TypeScript, of course.\n\n- 📲 [PWA](https://github.com/vite-pwa/nuxt) with offline support and auto-update behavior.\n\n## Plugins\n\n### Nuxt Modules\n\n- [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.\n- [ColorMode](https://github.com/nuxt-modules/color-mode) - dark and Light mode with auto detection made easy with Nuxt.\n- [UnoCSS](https://github.com/unocss/unocss) - the instant on-demand atomic CSS engine.\n- [Pinia](https://github.com/vuejs/pinia) - intuitive, type safe, light and flexible Store for Vue.\n- [VitePWA](https://github.com/vite-pwa/nuxt) - zero-config PWA Plugin for Nuxt 3.\n- [DevTools](https://github.com/nuxt/devtools) - unleash Nuxt Developer Experience.\n\n## IDE\n\nWe recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar) to get the best experience (You might want to disable [Vetur](https://vuejs.github.io/vetur/) if you have it).\n\n## Variations\n\n- [vitesse](https://github.com/antfu/vitesse) - Opinionated Vite Starter Template\n- [vitesse-lite](https://github.com/antfu/vitesse-lite) - Lightweight version of Vitesse\n- [vitesse-nuxt-bridge](https://github.com/antfu/vitesse-nuxt-bridge) - Vitesse for Nuxt 2 with Bridge\n- [vitesse-webext](https://github.com/antfu/vitesse-webext) - WebExtension Vite starter template\n\n## Try it now!\n\n### Online\n\n\u003ca href=\"https://stackblitz.com/github/antfu/vitesse-nuxt\"\u003e\u003cimg src=\"https://developer.stackblitz.com/img/open_in_stackblitz.svg\" alt=\"\"\u003e\u003c/a\u003e\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-nuxt/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit antfu/vitesse-nuxt my-nuxt-app\ncd my-nuxt-app\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu%2Fvitesse-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantfu%2Fvitesse-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantfu%2Fvitesse-nuxt/lists"}