{"id":20389657,"url":"https://github.com/hqcasanova/vue-task","last_synced_at":"2026-04-05T22:36:38.840Z","repository":{"id":182405651,"uuid":"668442188","full_name":"hqcasanova/vue-task","owner":"hqcasanova","description":"Implementation of the classical todo challenge in Vue 3.3 + Vite and Firebase","archived":false,"fork":false,"pushed_at":"2023-07-26T16:53:57.000Z","size":5993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T23:45:21.880Z","etag":null,"topics":["firebase","firebase-app-check","mobile-first","scss","spa","tailwindcss","typescript","vitejs","vue3","wip"],"latest_commit_sha":null,"homepage":"https://hqcasanova.github.io/vue-task","language":"Vue","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/hqcasanova.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":"2023-07-19T20:21:18.000Z","updated_at":"2023-07-25T19:05:30.000Z","dependencies_parsed_at":"2025-01-15T09:40:30.894Z","dependency_job_id":"564cd721-b222-4d09-b395-0687d2a0aec2","html_url":"https://github.com/hqcasanova/vue-task","commit_stats":null,"previous_names":["hqcasanova/vue-task"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hqcasanova/vue-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hqcasanova%2Fvue-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hqcasanova%2Fvue-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hqcasanova%2Fvue-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hqcasanova%2Fvue-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hqcasanova","download_url":"https://codeload.github.com/hqcasanova/vue-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hqcasanova%2Fvue-task/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["firebase","firebase-app-check","mobile-first","scss","spa","tailwindcss","typescript","vitejs","vue3","wip"],"created_at":"2024-11-15T03:19:00.880Z","updated_at":"2026-04-05T22:36:38.754Z","avatar_url":"https://github.com/hqcasanova.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task list challenge in Vue 3.3 + Firebase + Tailwind\n\nBased on Code Vertiser's [free React challenge](https://www.codevertiser.com/reactjs-challenge-4-crud-tasklist-app). Firebase and Tailwind were not part of the challenge originally. For an earlier semantic CSS version, head over to [this branch](https://github.com/hqcasanova/vue-task/tree/without_tailwind).\n\nThis Vue version started out as a way to quench my curiosity for how much Firebase has changed since I last used it ages ago, in 2014 when Firebase wasn't even under Google's umbrella. In fact, you can check out the relevant Angular.js code in all its outdated glory  [here](https://github.com/hqcasanova/quizzer_api/blob/c67bfacf712c8611000faa6ac9073a9d41b5e668/app/assets/javascripts/app/factories.js#L13C33-L13C71).\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [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 type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to 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 a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n    2) 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:unit\n```\n\n### Run End-to-End Tests with [Cypress](https://www.cypress.io/)\n\n```sh\nnpm run test:e2e:dev\n```\n\nThis runs the end-to-end tests against the Vite development server.\nIt is much faster than the production build.\n\nBut it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):\n\n```sh\nnpm run build\nnpm run test:e2e\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%2Fhqcasanova%2Fvue-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhqcasanova%2Fvue-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhqcasanova%2Fvue-task/lists"}