{"id":19306620,"url":"https://github.com/sonicoder86/framework-diff","last_synced_at":"2026-02-27T21:03:19.974Z","repository":{"id":113389830,"uuid":"266554945","full_name":"sonicoder86/framework-diff","owner":"sonicoder86","description":"Comparing the same application written in (Vue, Angular, React, Svelte)","archived":false,"fork":false,"pushed_at":"2020-06-07T10:16:58.000Z","size":360,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-14T23:41:40.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/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,"dei":null}},"created_at":"2020-05-24T14:12:42.000Z","updated_at":"2020-06-10T20:04:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"d62a1300-cf58-4df9-9334-c00120791430","html_url":"https://github.com/sonicoder86/framework-diff","commit_stats":null,"previous_names":["sonicoder86/framework-diff"],"tags_count":0,"template":false,"template_full_name":"sonicoder86/todomvc-vue-composition-api","purl":"pkg:github/sonicoder86/framework-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Fframework-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Fframework-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Fframework-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Fframework-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonicoder86","download_url":"https://codeload.github.com/sonicoder86/framework-diff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonicoder86%2Fframework-diff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-11-10T00:07:08.300Z","updated_at":"2026-02-27T21:03:19.952Z","avatar_url":"https://github.com/sonicoder86.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoMVC built with Vue 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 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%2Fframework-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonicoder86%2Fframework-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonicoder86%2Fframework-diff/lists"}