{"id":17676440,"url":"https://github.com/revadike/reproduction","last_synced_at":"2026-01-20T21:33:22.674Z","repository":{"id":256377441,"uuid":"846107727","full_name":"Revadike/reproduction","owner":"Revadike","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-09T14:28:58.000Z","size":2478,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T17:53:38.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Revadike.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-08-22T14:44:33.000Z","updated_at":"2024-12-02T15:13:08.000Z","dependencies_parsed_at":"2024-10-28T16:33:56.165Z","dependency_job_id":"11531b40-6d9e-425a-b046-aeefc290ea14","html_url":"https://github.com/Revadike/reproduction","commit_stats":null,"previous_names":["revadike/reproduction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Revadike/reproduction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revadike%2Freproduction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revadike%2Freproduction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revadike%2Freproduction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revadike%2Freproduction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Revadike","download_url":"https://codeload.github.com/Revadike/reproduction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Revadike%2Freproduction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-24T07:25:37.238Z","updated_at":"2026-01-20T21:33:22.656Z","avatar_url":"https://github.com/Revadike.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt 3 Starter\n\nThis is an minimal starter template for [Nuxt 3](https://nuxt.com). It is based on the what we use and love at [Input Studio](https://inputstudio.co).\n\nLook at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.\n\n## Features\n\n- 👓 [Sass](https://sass-lang.com/)\n- 🪁 [Tailwind CSS](https://tailwindcss.com)\n- 🇬 [Google Fonts](https://google-fonts.nuxtjs.org/)\n- 🚀 [Nuxt Icon](https://nuxt.com/modules/icon) (add any icons from [icones.js.org](https://icones.js.org/) collection)\n- 🔍 [Nuxt SEO](https://nuxtseo.com/) (robots.txt, sitemap, link checker, etc.)\n- 🧰 [VueUse](https://vueuse.org/) (a collection of essential utilities — trust me, you'll need it at somepoint)\n- 💾 HTTP cache control and compression for static assets\n- 🪛 Eslint and Prettier with [Tailwind plugin](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) (automatically sorts classes based on recommended class order)\n- ⚙️ VS Code settings and recommended extensions\n- 🐋 Optimized Dockerfile for production (includes a GitHub Actions workflow to build and publish your Docker image)\n- 📦 Package manager agnostic (`nuxi` will ask you which package manager you want and it'll install dependencies accordingly)\n\n## Setup\n\nMake sure to have Node.js version 20 or higher installed on your machine. If it's not the case, you can install [volta](https://volta.sh).\nVolta will automatically install the required versions of Node.js.\n\nNow, you can run the following command to create a new Nuxt 3 project based on this template:\n\n```bash\nnpx nuxi init -t gh:inputstudio/nuxt3-starter \u003cproject-name\u003e\n```\n\nAfter that, make sure to go through the TODOs (search for `TODO` in your code editor) to customize the project to your needs. Enjoy ✨\n\n## Which UI framework should I use?\n\nThis starter template uses Tailwind CSS by default. You can add any UI framework you want on top of it. Here are some that we use and recommend (they are all fully compatible with Tailwind):\n\n- [Headless UI](https://nuxt.com/modules/headlessui)\n- [Daisy UI](https://daisyui.com/docs/install/)\n- [NuxtUI](https://ui.nuxt.com/)\n\nFeel free to use any other UI framework you like 🙂.\n\n## Production\n\nTo build the application for production, run the following command:\n\n```bash\nnpm run build\n```\n\nThis will generate a `dist` directory containing the production build. You can preview the production build locally by running:\n\n```bash\nnpm run preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Docker\n\nBefore you start, copy either the `Dockerfile.npm` or `Dockerfile.yarn` to `Dockerfile` in the root of your project. Depending on which package manager you want to use.\n\n### Building and running your application\n\nWhen you're ready, start your application by running:\n\n```bash\ndocker compose up\n```\n\nYour application will be available at http://localhost:3000.\n\n### Deploying your application to the cloud\n\nFirst, build your image, e.g.: `docker build -t myapp .`.\nIf your cloud uses a different CPU architecture than your development\nmachine (e.g., you are on a Mac M1 and your cloud provider is amd64),\nyou'll want to build the image for that platform, e.g.:\n`docker build --platform=linux/amd64 -t myapp .`.\n\nThen, push it to your registry, e.g. `docker push myregistry.com/myapp`.\n\nConsult Docker's [getting started](https://docs.docker.com/go/get-started-sharing/)\ndocs for more detail on building and pushing.\n\n### References\n\n- [Docker's Node.js guide](https://docs.docker.com/language/nodejs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevadike%2Freproduction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevadike%2Freproduction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevadike%2Freproduction/lists"}