{"id":19921434,"url":"https://github.com/mukhriddin-dev/vue-typescript-starter-application","last_synced_at":"2026-02-28T13:32:48.148Z","repository":{"id":233250761,"uuid":"786358943","full_name":"mukhriddin-dev/vue-typescript-starter-application","owner":"mukhriddin-dev","description":"VueJS+TypeScript starter application","archived":false,"fork":false,"pushed_at":"2024-12-06T13:59:34.000Z","size":2441,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-09T23:26:57.075Z","etag":null,"topics":["e2e","pinia","playwright","scss","tailwindcss","tanstack-query","typescript","vite","vue"],"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/mukhriddin-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-14T07:57:52.000Z","updated_at":"2025-02-19T09:16:56.000Z","dependencies_parsed_at":"2025-05-03T06:31:31.193Z","dependency_job_id":null,"html_url":"https://github.com/mukhriddin-dev/vue-typescript-starter-application","commit_stats":null,"previous_names":["mukhriddin-dev/vue-typescript-starter-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukhriddin-dev/vue-typescript-starter-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhriddin-dev%2Fvue-typescript-starter-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhriddin-dev%2Fvue-typescript-starter-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhriddin-dev%2Fvue-typescript-starter-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhriddin-dev%2Fvue-typescript-starter-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukhriddin-dev","download_url":"https://codeload.github.com/mukhriddin-dev/vue-typescript-starter-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhriddin-dev%2Fvue-typescript-starter-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29935368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:16:57.922Z","status":"ssl_error","status_checked_at":"2026-02-28T13:11:15.149Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["e2e","pinia","playwright","scss","tailwindcss","tanstack-query","typescript","vite","vue"],"created_at":"2024-11-12T22:07:37.194Z","updated_at":"2026-02-28T13:32:48.119Z","avatar_url":"https://github.com/mukhriddin-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue+TS starter Application\n\nThis template should help get you started developing with Vue 3 in Vite.\n\n\u003cimg src=\"./public/readme.png\" /\u003e\n\n## Folder structure\n\n\n```\n└── 📁src\n    └── App.vue\n    └── 📁assets\n        └── base.css\n        └── 📁fonts\n        └── 📁images\n        └── index.ts\n        └── logo.svg\n        └── main.css\n    └── 📁components\n        └── 📁__tests__\n            └── HelloWorld.spec.ts\n        └── 📁containers\n            └── index.ts\n        └── 📁icons\n            └── IconCommunity.vue\n            └── IconDocumentation.vue\n            └── IconEcosystem.vue\n            └── IconSupport.vue\n            └── IconTooling.vue\n            └── index.ts\n        └── index.ts\n        └── 📁ui\n            └── index.ts\n    └── 📁composables\n        └── index.ts\n    └── 📁constants\n        └── index.ts\n    └── 📁helpers\n        └── index.ts\n    └── 📁layouts\n        └── 📁auth\n            └── index.vue\n            └── style.scss\n        └── 📁dashboard\n            └── index.vue\n            └── style.scss\n        └── index.ts\n    └── main.ts\n    └── 📁middleware\n        └── index.ts\n    └── 📁plugins\n        └── index.ts\n    └── 📁router\n        └── index.ts\n    └── 📁services\n        └── config.ts\n        └── index.ts\n        └── 📁post\n            └── index.ts\n        └── readme.md\n    └── 📁stores\n        └── counter.ts\n        └── index.ts\n    └── 📁templates\n        └── index.ts\n    └── 📁types\n        └── 📁enums\n            └── index.ts\n        └── index.ts\n        └── 📁interfaces\n            └── index.ts\n        └── 📁models\n            └── index.ts\n        └── 📁types\n            └── index.ts\n    └── 📁utils\n        └── 📁dev-tool\n            └── index.vue\n        └── index.ts\n        └── 📁use-mutation\n            └── index.ts\n    └── 📁views\n        └── 📁home\n            └── index.vue\n        └── index.ts\n```\n\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Playwright](https://playwright.dev)\n\n```sh\n# Install browsers for the first run\nnpx playwright install\n\n# When testing on CI, must build the project first\nnpm run build\n\n# Runs the end-to-end tests\nnpm run test:e2e\n# Runs the tests only on Chromium\nnpm run test:e2e -- --project=chromium\n# Runs the tests of a specific file\nnpm run test:e2e -- tests/example.spec.ts\n# Runs the tests in debug mode\nnpm run test:e2e -- --debug\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhriddin-dev%2Fvue-typescript-starter-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukhriddin-dev%2Fvue-typescript-starter-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhriddin-dev%2Fvue-typescript-starter-application/lists"}