{"id":28089008,"url":"https://github.com/starter-collective/starter-lib-vue3","last_synced_at":"2025-07-20T05:33:35.043Z","repository":{"id":261725964,"uuid":"885152839","full_name":"starter-collective/starter-lib-vue3","owner":"starter-collective","description":"Vue 3 component library starter template, provides VitePress documentation, supports building ESM, CJS and UMD formats.","archived":false,"fork":false,"pushed_at":"2025-05-22T02:51:15.000Z","size":428,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T18:07:50.213Z","etag":null,"topics":["cjs","component","esm","library","starter","template","typescript","ui","umd","vite","vitepress","vitest","volar","vue3"],"latest_commit_sha":null,"homepage":"https://starter-lib-vue3.netlify.app","language":"TypeScript","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/starter-collective.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,"zenodo":null}},"created_at":"2024-11-08T03:48:17.000Z","updated_at":"2025-06-23T08:10:55.000Z","dependencies_parsed_at":"2024-11-08T04:31:18.843Z","dependency_job_id":"82a34797-0b6e-4c73-a310-eed2774d2795","html_url":"https://github.com/starter-collective/starter-lib-vue3","commit_stats":null,"previous_names":["starter-collective/starter-ui-vue3","starter-collective/starter-lib-vue3"],"tags_count":12,"template":true,"template_full_name":null,"purl":"pkg:github/starter-collective/starter-lib-vue3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-vue3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-vue3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-vue3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-vue3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starter-collective","download_url":"https://codeload.github.com/starter-collective/starter-lib-vue3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starter-collective%2Fstarter-lib-vue3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264869811,"owners_count":23676110,"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":["cjs","component","esm","library","starter","template","typescript","ui","umd","vite","vitepress","vitest","volar","vue3"],"created_at":"2025-05-13T12:53:14.786Z","updated_at":"2025-07-20T05:33:35.017Z","avatar_url":"https://github.com/starter-collective.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue 3 Component Library Starter Template\n\n[![GitHub Release Version](https://img.shields.io/github/v/release/starter-collective/starter-lib-vue3?label=Release\u0026color=%42b883)](https://github.com/starter-collective/starter-lib-vue3/releases)\n[![NPM Version](https://img.shields.io/npm/v/starter-lib-vue3?style=flat\u0026label=npm\u0026color=%42b883)](https://www.npmjs.com/package/starter-lib-vue3)\n[![Build Status](https://github.com/starter-collective/starter-lib-vue3/actions/workflows/ci.yml/badge.svg?branch=main\u0026color=%42b883)](https://github.com/starter-collective/starter-lib-vue3/actions/workflows/ci.yml)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/6b182d34-7d30-4206-aad9-9789d1c8ed11/deploy-status)](https://app.netlify.com/sites/starter-lib-vue3/deploys)\n\nVue 3 component library starter template, provides VitePress documentation, supports building ESM, CJS and UMD formats.\n\n- [Live Demo](https://starter-lib-vue3.netlify.app/)\n- [Play on Stackblitz](https://stackblitz.com/github/starter-collective/starter-lib-vue3)\n\n## Features\n\n- Build package with [Vite](https://vite.dev/guide/build.html#library-mode) - Library mode with no config.\n- Out-of-the-box unit testing with [Vitest](https://github.com/vitest-dev/vitest).\n- [VitePress](https://vitepress.dev/) documentation - Deploy on [Netlify](https://app.netlify.com/) with zero-config, supports other deployment methods as well.\n- Manage versions using the [bumpp](https://github.com/antfu-collective/bumpp), and publish to npm with zero-configPublish to [npm](https://www.npmjs.com) with zero-config.\n\n## Usage\n\n[Create a repo](https://github.com/starter-collective/starter-lib-vue3/generate) from this template on GitHub.\n\n```bash\ngit clone \u003cgit remote url\u003e\n```\n\nInstall npm dependencies.\n\n```bash\ncd starter-lib-vue3 # Or your project directory\n\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\nJust run `dev` script to build your files.\n\n```bash\npnpm dev\n```\n\nOpen documentation for the library, you can run:\n\n```bash\npnpm docs:dev\n```\n\nTo build the library, you can run:\n\n```bash\npnpm build\n```\n\nIf you want to publish it, you can run:\n\n```bash\npnpm release\n```\n\n## Clean Template\n\nIf you prefer to do it manually with the cleaner git history:\n\n```bash\nnpx degit starter-collective/starter-lib-vue3 starter-lib-vue3\n\ncd starter-lib-vue3\n\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\nWhen you use this template, try follow the checklist to update your info properly:\n\n- [ ] Change the package name in `package.json` and the global `umd` variable in `vite.config.ts`.\n- [ ] Change the import name in `src/volar.d.ts` for better TypeScript support.\n- [ ] Update the website information, favicon, and logo icons in `docs/*`.\n\n## License\n\n[MIT License](./LICENSE) © 2024-PRESENT [Kieran Wang](https://github.com/kieranwv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarter-collective%2Fstarter-lib-vue3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarter-collective%2Fstarter-lib-vue3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarter-collective%2Fstarter-lib-vue3/lists"}