{"id":50352609,"url":"https://github.com/atlaxt/starter-vue-nuxtui","last_synced_at":"2026-05-29T21:30:34.987Z","repository":{"id":354400747,"uuid":"1172367012","full_name":"atlaxt/starter-vue-nuxtui","owner":"atlaxt","description":"Opinionated Vue 3 starter — NuxtUI, Tailwind CSS, Pinia, i18n, and auto-imports out of the box.","archived":false,"fork":false,"pushed_at":"2026-03-04T08:29:26.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-07T06:44:28.393Z","etag":null,"topics":["authentication","auto-import","i18n","nuxtui","pinia","starter","starter-template","tailwind","taiwlindcss","template","vite","vue-template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atlaxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T08:21:35.000Z","updated_at":"2026-03-18T09:38:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/atlaxt/starter-vue-nuxtui","commit_stats":null,"previous_names":["atlaxt/starter-vue-nuxtui"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/atlaxt/starter-vue-nuxtui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlaxt%2Fstarter-vue-nuxtui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlaxt%2Fstarter-vue-nuxtui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlaxt%2Fstarter-vue-nuxtui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlaxt%2Fstarter-vue-nuxtui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atlaxt","download_url":"https://codeload.github.com/atlaxt/starter-vue-nuxtui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlaxt%2Fstarter-vue-nuxtui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33672124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["authentication","auto-import","i18n","nuxtui","pinia","starter","starter-template","tailwind","taiwlindcss","template","vite","vue-template"],"created_at":"2026-05-29T21:30:34.143Z","updated_at":"2026-05-29T21:30:34.974Z","avatar_url":"https://github.com/atlaxt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# synthia-vue\n\nProduction-ready Vue 3 starter template. Everything you need is pre-configured — no setup from scratch.\n\n---\n\n## Stack\n\n| Layer      | Technology                                |\n| ---------- | ----------------------------------------- |\n| Framework  | Vue 3 (Composition API)                   |\n| Build Tool | Vite 7                                    |\n| UI Library | Nuxt UI 4                                 |\n| Styling    | Tailwind CSS 4                            |\n| State      | Pinia                                     |\n| Router     | Vue Router 5                              |\n| i18n       | Vue I18n 11 (YAML)                        |\n| Utilities  | VueUse                                    |\n| Testing    | Vitest + Vue Test Utils                   |\n| Linting    | ESLint (antfu config) + OXLint + Prettier |\n\n---\n\n## Features\n\n- **Auto Import** — Vue, Vue Router, Pinia, VueUse, and I18n composables are available without writing `import`\n- **Nuxt UI** — Ready-to-use component library with blue/purple/zinc color palette and built-in dark mode\n- **Layout System** — `default` (with header) and `empty` (full screen) layouts ready to use\n- **i18n** — YAML-based multi-language setup, `tr` and `en` locales included\n- **Alias** — `@` → `src/` path alias configured\n- **Type Safe** — TypeScript with full type checking via `vue-tsc`\n\n---\n\n## Getting Started\n\n```sh\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Production build\npnpm build\n\n# Run unit tests\npnpm test:unit\n\n# Lint + format\npnpm lint\n```\n\n---\n\n## Directory Structure\n\n```\nsrc/\n├── assets/           # Static assets\n├── components/       # Shared components (auto-imported)\n├── core/\n│   ├── config/       # i18n configuration\n│   └── stores/       # Pinia stores (auto-imported)\n├── layouts/          # default.vue, empty.vue\n├── locales/          # en.yaml, tr.yaml\n├── pages/            # Page components\n└── router/           # Vue Router definitions\n```\n\n---\n\n## IDE\n\n**VS Code** + **[Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar)** extension is recommended.\n\n**Vue DevTools** browser extension can also be installed for a better dev experience.\n\n---\n\n## Author\n\nBuilt by **[atlaxt](https://github.com/atlaxt)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlaxt%2Fstarter-vue-nuxtui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlaxt%2Fstarter-vue-nuxtui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlaxt%2Fstarter-vue-nuxtui/lists"}