{"id":22489388,"url":"https://github.com/LinusBorg/vue-lib-template","last_synced_at":"2025-08-02T21:32:37.907Z","repository":{"id":66114591,"uuid":"323954883","full_name":"LinusBorg/vue-lib-template","owner":"LinusBorg","description":"a personal template to boostrap the boilerplate for developing Vue libraries in a pnpm monorepo","archived":false,"fork":false,"pushed_at":"2023-11-18T14:33:56.000Z","size":1384,"stargazers_count":104,"open_issues_count":3,"forks_count":12,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-01T06:14:53.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/LinusBorg.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}},"created_at":"2020-12-23T16:47:54.000Z","updated_at":"2024-11-10T04:46:32.000Z","dependencies_parsed_at":"2023-11-11T11:23:46.657Z","dependency_job_id":"67a71448-1cd5-4204-9309-9949822605cc","html_url":"https://github.com/LinusBorg/vue-lib-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusBorg%2Fvue-lib-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusBorg%2Fvue-lib-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusBorg%2Fvue-lib-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusBorg%2Fvue-lib-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusBorg","download_url":"https://codeload.github.com/LinusBorg/vue-lib-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500221,"owners_count":17930020,"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":[],"created_at":"2024-12-06T17:19:46.707Z","updated_at":"2024-12-06T17:22:08.535Z","avatar_url":"https://github.com/LinusBorg.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Vue Library-Monorepo Template\n\n\u003e My personal repo template for developing Vue 3 libraries in a monorepo powered by pnpm workspaces\n\n**STATE**: Still working on this here and ther, but it's working fine, usually ☺️\n\n## What is this and who is it for?\n\nThis is a template to use for new Vue 3 library projects. It comes with a lot of [useful stuff pre-configured](#features) because I'm lazy.\n\nThis template is primarily meant for myself (but you can of course you it any way you please!). I wanted a template to quickly reach for when I want to start a new Vue project, especially for libraries.\n\nAs such, it is pretty opinionated, and probably does some things in way you don't like, or is missing something you deem essential. That's fine. Fork it and make it your own :)\n\n## Features\n\n* ✅ Full Typescript support for the whole dev workflow\n* ⚡️  Ergonomic and easy workflow completely powered by Vite \u0026 PNPM:\n  * 🎯 Build your libraries with [Vite](https://github.com/vitejs/vite)\n  * ⛱️ Typechecking \u0026 Generating declaration files with `vue-tsc`(https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc)\n  * 🏈 Integrated playground app powered by [Vite](https://github.com/vitejs/vite) as well\n* 💊 Unit Tests with [Vitest](https://www.vitest.dev)\n* 🖍 Linting with `eslint` and `prettier`\n  * [PLANNED] linting \u0026 fixing for staged files (`lint-staged`)\n* 📚 Documentation powered by [Vitepress](https://vitepress.vuejs.org)\n  * Ready to be deployed to [Netlify](https://www.netlify.com)\n\n## Documentation, FAQ and Troubleshooting\n\nsee Github wiki: ...(TBD)\n\n## Commands\n\nAll commands can be run directly from the project root like:\n\n```bash\npnpm start\n```\n\nWe use pnpm to run commands in individual workspaces as needed.\n\n### build\n\nBuild everything: library packages, docs and playground app\n### `pnpm dev`\n\nstarts the `Vite` dev server for the playground app for testing playing around with your libraries manually. \n\nDuring `play`, no bundling has to be done as all of the library package's code is compiled JIT in the playground app.\n\nThis app can also be used for end-to-end tests (tooling for that currently not included in this template)\n\n### `pnpm lint`\n\nRun eslint on all packages\n\n### `pnpm test`\n\nRun `vitest` unit tests on all packages. Tests will start in watch mode by default. To ru tests once, you can run `test-ci` instead.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLinusBorg%2Fvue-lib-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLinusBorg%2Fvue-lib-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLinusBorg%2Fvue-lib-template/lists"}