{"id":22574917,"url":"https://github.com/attacktive/vue-exercise","last_synced_at":"2025-06-16T02:08:32.739Z","repository":{"id":153479911,"uuid":"629524853","full_name":"Attacktive/vue-exercise","owner":"Attacktive","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-10T00:48:02.000Z","size":2480,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T01:32:56.853Z","etag":null,"topics":["typescript","vuejs"],"latest_commit_sha":null,"homepage":"https://attacktive.github.io/vue-exercise/","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/Attacktive.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":"2023-04-18T13:42:26.000Z","updated_at":"2025-06-10T00:48:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ed63f25-077b-4b05-bf74-4f19edb2c2df","html_url":"https://github.com/Attacktive/vue-exercise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Attacktive/vue-exercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Fvue-exercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Fvue-exercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Fvue-exercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Fvue-exercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Attacktive","download_url":"https://codeload.github.com/Attacktive/vue-exercise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Attacktive%2Fvue-exercise/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260083862,"owners_count":22956409,"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":["typescript","vuejs"],"created_at":"2024-12-08T03:08:26.443Z","updated_at":"2025-06-16T02:08:32.730Z","avatar_url":"https://github.com/Attacktive.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-exercise\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/905f834b630348efa8828f8500dca7a4)](https://app.codacy.com/gh/Attacktive/vue-exercise/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![CodeFactor](https://www.codefactor.io/repository/github/attacktive/vue-exercise/badge/main)](https://www.codefactor.io/repository/github/attacktive/vue-exercise/overview/main)\n[![Vitest](https://github.com/Attacktive/vue-exercise/actions/workflows/vitest.yaml/badge.svg)](https://github.com/Attacktive/vue-exercise/actions/workflows/vitest.yaml)\n[![ESLint](https://github.com/Attacktive/vue-exercise/actions/workflows/eslint.yaml/badge.svg)](https://github.com/Attacktive/vue-exercise/actions/workflows/eslint.yaml)\n[![CodeQL](https://github.com/Attacktive/vue-exercise/actions/workflows/codeql-analysis.yaml/badge.svg)](https://github.com/Attacktive/vue-exercise/actions/workflows/codeql-analysis.yaml)\n[![Deploy to gh-pages](https://github.com/Attacktive/vue-exercise/actions/workflows/deploy.yaml/badge.svg?branch=main)](https://github.com/Attacktive/vue-exercise/actions/workflows/deploy.yaml)\n\nThis template should help get you started developing with Vue 3 in Vite.\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and\ndisable\nVetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\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\ntype checking. In editors, we\nneed [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)\nto make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented\na [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more\nperformant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n\t1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n\t2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\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\n```\n\n### Get the Test Coverage with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run coverage\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%2Fattacktive%2Fvue-exercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattacktive%2Fvue-exercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattacktive%2Fvue-exercise/lists"}