{"id":13397241,"url":"https://github.com/lstoeferle/vite-vue2-starter","last_synced_at":"2025-04-09T20:09:11.259Z","repository":{"id":37697129,"uuid":"341629593","full_name":"lstoeferle/vite-vue2-starter","owner":"lstoeferle","description":"Vite - Vue 2 starter template using composition-api and windiCSS","archived":false,"fork":false,"pushed_at":"2024-02-24T22:38:08.000Z","size":365,"stargazers_count":199,"open_issues_count":0,"forks_count":39,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-09T20:09:07.159Z","etag":null,"topics":["composition-api","icon","iconify","tailwindcss","typescript","vite","vitejs","vue","vue-router","vue2","vueuse"],"latest_commit_sha":null,"homepage":"","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/lstoeferle.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}},"created_at":"2021-02-23T17:10:47.000Z","updated_at":"2025-03-28T11:20:09.000Z","dependencies_parsed_at":"2024-01-07T18:02:49.170Z","dependency_job_id":"450cc3de-4869-4258-b0cf-a8f8c2f525bd","html_url":"https://github.com/lstoeferle/vite-vue2-starter","commit_stats":null,"previous_names":["lstoeferle/vite-vue2-starter","lstoeferle/vite-vue2-windicss-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lstoeferle%2Fvite-vue2-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lstoeferle%2Fvite-vue2-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lstoeferle%2Fvite-vue2-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lstoeferle%2Fvite-vue2-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lstoeferle","download_url":"https://codeload.github.com/lstoeferle/vite-vue2-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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":["composition-api","icon","iconify","tailwindcss","typescript","vite","vitejs","vue","vue-router","vue2","vueuse"],"created_at":"2024-07-30T18:01:13.422Z","updated_at":"2025-04-09T20:09:11.228Z","avatar_url":"https://github.com/lstoeferle.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Vite ⚡ - Vue 2 starter template\n\nCreate a Vue 2 application bundled by the lightning fast build tool \u003ca href=\"https://github.com/vitejs/vite\"\u003eVite\u003c/a\u003e\n\n\u003e [!WARNING]\n\u003e Vue 2 has reached EOL and is no longer actively maintained. [Upgrade to Vue 3](https://vuejs.org/) \n\u003e or learn more about [Vue 2 EOL](https://v2.vuejs.org/eol/).\n\n## Features\n\n* ⚡️ [Vite](https://github.com/vitejs/vite), [Vue 2](https://github.com/vuejs/vue) - lightning fast\n* 📦 [Components auto importing](https://github.com/antfu/unplugin-vue-components)\n* 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly\n* 🚦 [Vue-Router](https://github.com/vuejs/vue-router)\n* 🎨 [TailwindCSS](https://tailwindcss.com/)\n* 😃 [Use icons from any icon sets, with no compromise](https://github.com/antfu/unplugin-icons)\n* 🧰 [VueUse](https://github.com/vueuse/vueuse) - Collection of essential Vue Composition Utilities\n* 🦾 Typescript, of course\n\n## Vite plugins\n\n* [`@vitejs/plugin-vue2`](https://github.com/vitejs/vite-plugin-vue2) -\n  Vue 2 support for Vite\n* [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) -\n  importing Vue components on-demand\n* [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) -\n  importing APIs like CompositionAPI on-demand\n* [`unplugin-icons`](https://github.com/antfu/unplugin-icons) -\n  importing icons as Vue components on-demand\n\n\n## Try it now!\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/lstoeferle/vite-vue2-starter/generate)\n\n### Clone\n\nIf you prefer to do it manually with a cleaner git history\n\n```bash\nnpx degit lstoeferle/vite-vue2-starter my-vite-vue2-app\ncd my-vite-vue2-app\npnpm install\n```\n\n## Usage\n\n### Development\n\nJust run and visit [http://localhost:3333](http://localhost:3333)\n\n```bash\npnpm dev\n```\n\n### Build\n\nTo build the App, run\n\n```bash\npnpm 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 ♥️\n\n### Credits\n\nThis project is inspired by [Vitesse](https://github.com/antfu/vitesse), an opinionated Vite starter template for Vue 3.\n\nBig thanks to [Anthony Fu](https://github.com/antfu) for the inspiration and all the amazing tools you create.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flstoeferle%2Fvite-vue2-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flstoeferle%2Fvite-vue2-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flstoeferle%2Fvite-vue2-starter/lists"}