{"id":17727768,"url":"https://github.com/samk-dev/nuxt-init-v4","last_synced_at":"2025-05-07T02:01:57.232Z","repository":{"id":245466455,"uuid":"818333555","full_name":"samk-dev/nuxt-init-v4","owner":"samk-dev","description":"Opinionated Nuxt starter with i18n support. Currently with experimental v4 enabled","archived":false,"fork":false,"pushed_at":"2024-08-26T12:45:29.000Z","size":853,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T14:14:25.768Z","etag":null,"topics":[],"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/samk-dev.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}},"created_at":"2024-06-21T16:01:34.000Z","updated_at":"2025-03-29T15:45:35.000Z","dependencies_parsed_at":"2024-06-22T08:37:54.646Z","dependency_job_id":"a48feb0b-7fb7-41c4-8189-b5516c23d6d9","html_url":"https://github.com/samk-dev/nuxt-init-v4","commit_stats":null,"previous_names":["samk-dev/nuxt-init-v4"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-init-v4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-init-v4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-init-v4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-init-v4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samk-dev","download_url":"https://codeload.github.com/samk-dev/nuxt-init-v4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798832,"owners_count":21805882,"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":[],"created_at":"2024-10-25T18:22:27.139Z","updated_at":"2025-05-07T02:01:56.588Z","avatar_url":"https://github.com/samk-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Init Starter\n\nOpinionated `Nuxt` starter with `i18n` support.\n\n⚠️ compatibilityVersion: 4 ⚠️ It's enabled and it works great, just keep in mind that you might find some bugs.\n\n## System Requirements\n\n- Node.js `=\u003e18.0.0`\n- NPM `=\u003e10.0.0`\n\nLook at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.\n\n## Included Packages\n\n| 📦 Package                 | 📖 Docs                                                               |\n| :------------------------- | :-------------------------------------------------------------------- |\n| `@nuxtjs/tailwindcss`      | [Documentation](https://tailwindcss.nuxtjs.org)                       |\n| `@nuxt/image`              | [Documentation](https://image.nuxt.com)                               |\n| `@nuxtjs/i18n`             | [Documentation](https://i18n.nuxtjs.org)                              |\n| `nuxt-translation-manager` | [Documentation](https://github.com/samk-dev/nuxt-translation-manager) |\n| `nuxt-test-utils`          | [Documentation](https://nuxt.com/docs/getting-started/introduction)   |\n\n## Dev Tools\n\n| 📦 Package          | 📖 Docs                                                          |\n| :------------------ | :--------------------------------------------------------------- |\n| `husky`             | [Documentation](https://typicode.github.io/husky/)               |\n| `@commitlint`       | [Documentation](https://commitlint.js.org)                       |\n| `lint-staged`       | [Documentation](https://github.com/lint-staged/lint-staged)      |\n| `@nuxt/eslint`      | [Documentation](https://eslint.nuxt.com)                         |\n| `prettier`          | [Documentation](https://prettier.io)                             |\n| `npm-check-updates` | [Documentation](https://www.npmjs.com/package/npm-check-updates) |\n\n## Setup\n\nCreate `.env` file\n\n```bash\nmv .env.example .env\n```\n\nInstall the dependencies:\n\n```bash\n# npm\nnpm install\n```\n\n## Development Server\n\nStart the development server on `http://localhost:5001` which you can change from .env\n\n```bash\n# npm\nnpm run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\n# npm\nnpm run build\n```\n\nLocally preview production build:\n\n```bash\n# npm\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Available Commands\n\n| ⚙ Command     | 📖 Description                                       |\n| :------------- | :--------------------------------------------------- |\n| `postinstall`  | Prepares `nuxt` types                                |\n| `prepare`      | Prepares `husy` hooks                                |\n| `dev`          | Starts development server                            |\n| `build`        | Build for production                                 |\n| `generate`     | Generates static pages and content                   |\n| `preview`      | Preview production build                             |\n| `lint`         | Run `eslint`                                         |\n| `lint:fix`     | Run `eslint . --fix`                                 |\n| `format:check` | Run `prettier` check                                 |\n| `format:write` | Format project                                       |\n| `deps:check`   | Check for outdated dependecies and helps in updating |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fnuxt-init-v4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamk-dev%2Fnuxt-init-v4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fnuxt-init-v4/lists"}