{"id":17492531,"url":"https://github.com/nei1ee/starter-vue","last_synced_at":"2026-05-03T16:32:25.145Z","repository":{"id":41395151,"uuid":"509420307","full_name":"nei1ee/starter-vue","owner":"nei1ee","description":"Opinionated Vue Starter Template","archived":false,"fork":false,"pushed_at":"2023-07-19T14:58:27.000Z","size":511,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T03:38:33.559Z","etag":null,"topics":["vite","vue"],"latest_commit_sha":null,"homepage":"https://starter-vue.vercel.app","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/nei1ee.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":"2022-07-01T10:54:18.000Z","updated_at":"2023-01-22T19:46:40.000Z","dependencies_parsed_at":"2024-10-10T08:02:23.781Z","dependency_job_id":"2eb71c2d-4248-4a09-9162-7d8f00e5d6c8","html_url":"https://github.com/nei1ee/starter-vue","commit_stats":null,"previous_names":["nei1ee/starter-vue"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/nei1ee/starter-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nei1ee%2Fstarter-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nei1ee%2Fstarter-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nei1ee%2Fstarter-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nei1ee%2Fstarter-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nei1ee","download_url":"https://codeload.github.com/nei1ee/starter-vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nei1ee%2Fstarter-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["vite","vue"],"created_at":"2024-10-19T09:42:25.372Z","updated_at":"2026-05-03T16:32:25.127Z","avatar_url":"https://github.com/nei1ee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starter Vue\n\n\u003ca href=\"https://starter-vue.vercel.app/\"\u003eLive Demo\u003c/a\u003e\n\n## Features\n\n- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness\n\n- 🗂 [File based routing](./src/pages)\n\n- 📦 [Components auto importing](./src/components)\n\n- 🍍 [State Management via Pinia](https://pinia.esm.dev/)\n\n- 📑 [Layout system](./src/layouts)\n\n- 📲 [PWA](https://github.com/antfu/vite-plugin-pwa)\n\n- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine\n\n- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n- 🌍 [I18n ready](./locales)\n\n- 🗒 [Markdown Support](https://github.com/antfu/vite-plugin-vue-markdown)\n\n- 🔥 Use the [new `\u003cscript setup\u003e` syntax](https://github.com/vuejs/rfcs/pull/227)\n\n- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly\n\n- ⚙️ Unit Testing with [Vitest](https://github.com/vitest-dev/vitest)\n\n## Try it now\n\n### GitHub Template\n\n[Create a repo from this template on GitHub](https://github.com/zguolee/starter-vue/generate).\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit zguolee/starter-vue my-starter-vue-app\ncd my-starter-vue-app\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\n## Checklist\n\nWhen you use this template, try follow the checklist to update your info properly\n\n- [ ] Change the author name in `LICENSE`\n- [ ] Change the title in `App.vue`\n- [ ] Change the hostname in `vite.config.ts`\n- [ ] Change the favicon in `public`\n- [ ] Remove the `.github` folder which contains the funding info\n- [ ] Clean up the READMEs and remove routes\n\nAnd, enjoy :)\n\n## Usage\n\n### Development\n\nJust run and visit [http://localhost:3000](http://location:3000)\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 file in `dist` that ready to be served.\n\n## Thanks\n\nThis template forked from [Vitesse](https://github.com/antfu/vitesse)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnei1ee%2Fstarter-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnei1ee%2Fstarter-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnei1ee%2Fstarter-vue/lists"}