{"id":18255398,"url":"https://github.com/quackquackquack/test","last_synced_at":"2026-02-13T14:54:37.972Z","repository":{"id":137848011,"uuid":"388354482","full_name":"QuackQuackQuack/test","owner":"QuackQuackQuack","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-23T00:12:50.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T21:51:19.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/QuackQuackQuack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-07-22T06:35:30.000Z","updated_at":"2021-07-23T00:12:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5ab709c-2429-424a-aa31-98eb14aaa088","html_url":"https://github.com/QuackQuackQuack/test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/QuackQuackQuack/test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackQuackQuack%2Ftest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackQuackQuack%2Ftest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackQuackQuack%2Ftest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackQuackQuack%2Ftest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuackQuackQuack","download_url":"https://codeload.github.com/QuackQuackQuack/test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackQuackQuack%2Ftest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272929990,"owners_count":25017057,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":[],"created_at":"2024-11-05T10:16:08.257Z","updated_at":"2026-02-13T14:54:32.929Z","avatar_url":"https://github.com/QuackQuackQuack.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eVite ⚡ - Vue 2 starter template\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Create a Vue 2 application bundled by the lightning fast build tool \u003ca href=\"https://github.com/vitejs/vite\"\u003eVite\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://vite-vue2-starter.netlify.app\"\u003e ✨ Live Demo\u003c/a\u003e\n\u003c/p\u003e\n\n# 🔥 Features\n\n* ⚡️ [Vite 2](https://github.com/vitejs/vite), [Vue 2](https://github.com/vuejs/vue) and [Composition-API](https://github.com/vuejs/composition-api)\n* 🚦 [Vue-Router](https://github.com/vuejs/vue-router)\n* 📦 [Components auto importing](https://github.com/antfu/vite-plugin-components)\n* 🎨 [Windi CSS](https://github.com/windicss/vite-plugin-windicss) - on-demand Tailwind CSS with speed and dark mode\n* 😃 [Icons as Vue components](https://github.com/antfu/vite-plugin-icons) - powered by [Iconify](https://github.com/iconify/iconify)\n* 🧰 [VueUse](https://github.com/vueuse/vueuse) - collection of essential Vue Composition Utilities \n* 🔍 ESLint + Prettier \n* 🦾 Typescript\n# 📦 Vite plugins\n\n* [`vite-plugin-vue2`](https://github.com/underfin/vite-plugin-vue2) -\n  Vue 2 support for Vite\n* [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) -\n  On demand components auto importing for Vite\n* [`vite-plugin-windicss`](https://github.com/windicss/vite-plugin-windicss) -\n  WindiCSS/TailwindCSS for Vite\n* [`vite-plugin-icons`](https://github.com/antfu/vite-plugin-icons) -\n  Access thousands of icons as Vue components in Vite \n\n# 🚀 Getting started\n\n## GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/lstoeferle/vite-vue2-windicss-starter/generate)\n\nWhen you use this template, try follow the checklist to update your info properly\n\n- [ ] Rename `name` field in `package.json`\n- [ ] Change the author name in `LICENSE`\n- [ ] Change the app name in `.env`\n- [ ] Change the favicon in `public`\n- [ ] Clean up the README(s) and remove routes\n\n## Clone \n\nIf you prefer to do it manually with a cleaner git history\n\n```bash\nnpx degit lstoeferle/vite-vue2-windicss-starter my-vite-vue2-app\ncd my-vite-vue2-app\nnpm i\n```\n\n# Usage\n\n## Development\n\nJust run and visit [http://localhost:8080](http://localhost:8080)\n\n```bash\nnpm run dev\n```\n\n## Build \n\nTo build the App, run\n\n```bash\nnpm run build\n```\n\nAnd you will see the generated files in `dist`, which are ready to be served.\n\n# Why\n\nVue 3 is awesome, but we should not forget about supporting Vue 2 ♥️","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackquackquack%2Ftest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackquackquack%2Ftest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackquackquack%2Ftest/lists"}