{"id":19306551,"url":"https://github.com/sonicoder86/todomvc-vue-composition-api","last_synced_at":"2025-06-24T10:08:13.869Z","repository":{"id":113390456,"uuid":"253186880","full_name":"sonicoder86/todomvc-vue-composition-api","owner":"sonicoder86","description":"TodoMVC built with Vue 3 Composition Api and Vuex","archived":false,"fork":false,"pushed_at":"2023-03-15T00:01:02.000Z","size":4517,"stargazers_count":129,"open_issues_count":10,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-22T12:36:38.954Z","etag":null,"topics":["testing","todomvc","vue","vue-composition-api","vue3","vuex"],"latest_commit_sha":null,"homepage":"https://blacksonic.github.io/todomvc-vue-composition-api/","language":"JavaScript","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/sonicoder86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-05T08:18:46.000Z","updated_at":"2024-11-10T15:12:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"23420ea0-1dec-44df-8ee9-a588170a3f8e","html_url":"https://github.com/sonicoder86/todomvc-vue-composition-api","commit_stats":null,"previous_names":["sonicoder86/todomvc-vue-composition-api","blacksonic/todomvc-vue-composition-api"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/sonicoder86/todomvc-vue-composition-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-vue-composition-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-vue-composition-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-vue-composition-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-vue-composition-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonicoder86","download_url":"https://codeload.github.com/sonicoder86/todomvc-vue-composition-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Ftodomvc-vue-composition-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261649854,"owners_count":23189751,"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":["testing","todomvc","vue","vue-composition-api","vue3","vuex"],"created_at":"2024-11-10T00:06:55.494Z","updated_at":"2025-06-24T10:08:13.834Z","avatar_url":"https://github.com/sonicoder86.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoMVC built with Vue 3 Composition Api and Vuex\n\n[![Build Status](https://travis-ci.com/blacksonic/todomvc-vue-composition-api.svg?branch=master)](https://travis-ci.com/blacksonic/todomvc-vue-composition-api)\n[![Dependencies Status](https://david-dm.org/blacksonic/todomvc-vue-composition-api/status.svg)](https://david-dm.org/blacksonic/todomvc-vue-composition-api)\n\nThe well-known TodoMVC built with Vue 3 Composition Api and Vuex in a structured and testable way.\n\n![TodoMVC Vue](./images/screenshot.png \"TodoMVC Vue\")\n\n[Edit and try it out online](https://codesandbox.io/s/github/blacksonic/todomvc-vue-composition-api)\n\n## Concepts and tools covered\n\n- [Vue CLI](https://cli.vuejs.org/)\n- [Composition Api](https://composition-api.vuejs.org/#summary)\n- [Vuex](https://vuex.vuejs.org/)\n- [Unit Testing](https://vue-test-utils.vuejs.org/)\n- [E2E Testing](https://www.cypress.io/)\n\n## Usage\n\nAfter installing the dependencies the following NPM scripts become available:\n\n- `start`: starts the application in development mode on [http://localhost:9000](http://localhost:9000)\n- `build`: bundles the application for production into the `dist` folder\n- `test`: runs unit and E2E tests\n- `test:unit`: runs unit tests with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/) in the `src` folder suffixed with `*.spec.js`\n- `test:e2e`: runs E2E tests with [Cypress](https://www.cypress.io/) in the `tests/e2e` folder suffixed with `*.spec.js`\n- `format`: formats the code with [Prettier](https://prettier.io/) within the `src` folder\n- `lint`: lint files with [ESLint](https://eslint.org/) based on [Airbnb's styleguide](https://github.com/airbnb/javascript) and the Prettier config\n\n## Component architecture\n\n![Architecture](./images/architecture.png)\n\nApplication is compatible with [Vue devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en)\n\n## Series\n\nThis implementation is part of a series where the same application was implemented with the same architecture.\n\n- [Vue](https://github.com/blacksonic/todomvc-vue)\n- [Vue Composition API](https://github.com/blacksonic/todomvc-vue-composition-api)\n- [Angular](https://github.com/blacksonic/todomvc-angular)\n- [React](https://github.com/blacksonic/todomvc-react)\n- [React Hooks](https://github.com/blacksonic/todomvc-react-hooks)\n- [Svelte](https://github.com/blacksonic/todomvc-svelte)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonicoder86%2Ftodomvc-vue-composition-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonicoder86%2Ftodomvc-vue-composition-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonicoder86%2Ftodomvc-vue-composition-api/lists"}