{"id":13417533,"url":"https://github.com/mutoe/vue3-realworld-example-app","last_synced_at":"2025-04-13T07:22:37.974Z","repository":{"id":38022420,"uuid":"299052942","full_name":"mutoe/vue3-realworld-example-app","owner":"mutoe","description":"Explore the charm of Vue composition API! Vite?","archived":false,"fork":false,"pushed_at":"2025-01-29T19:05:50.000Z","size":4105,"stargazers_count":997,"open_issues_count":8,"forks_count":398,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-06T04:02:31.059Z","etag":null,"topics":["composition-api","cypress","realworld","testing-library-vue","typescript","vite","vue-test-utils","vue3"],"latest_commit_sha":null,"homepage":"https://vue3-realworld-example-app-mutoe.vercel.app","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/mutoe.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}},"created_at":"2020-09-27T14:45:16.000Z","updated_at":"2025-04-04T18:35:43.000Z","dependencies_parsed_at":"2023-01-31T19:15:32.755Z","dependency_job_id":"ffdd974b-45cb-47d9-a128-603f5c65d0c4","html_url":"https://github.com/mutoe/vue3-realworld-example-app","commit_stats":{"total_commits":391,"total_committers":12,"mean_commits":"32.583333333333336","dds":0.6445012787723785,"last_synced_commit":"6dbfbe9d03df96e7c264ea55674529550a2664cc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutoe%2Fvue3-realworld-example-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutoe%2Fvue3-realworld-example-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutoe%2Fvue3-realworld-example-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutoe%2Fvue3-realworld-example-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutoe","download_url":"https://codeload.github.com/mutoe/vue3-realworld-example-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248676364,"owners_count":21143915,"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":["composition-api","cypress","realworld","testing-library-vue","typescript","vite","vue-test-utils","vue3"],"created_at":"2024-07-30T22:00:39.578Z","updated_at":"2025-04-13T07:22:37.892Z","avatar_url":"https://github.com/mutoe.png","language":"TypeScript","funding_links":[],"categories":["Projects Using Vite.js","TypeScript","Examples"],"sub_categories":["Apps/Websites"],"readme":"# ![RealWorld Example App](logo.png)\n\n[![Codecov branch](https://img.shields.io/codecov/c/github/mutoe/vue3-realworld-example-app/master?logo=codecov\u0026style=for-the-badge)](https://app.codecov.io/gh/mutoe/vue3-realworld-example-app/branch/master)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/mutoe/vue3-realworld-example-app/test.yml?logo=github\u0026style=for-the-badge)](https://github.com/mutoe/vue3-realworld-example-app/actions?query=branch%3Amaster)\n[![code style](https://img.shields.io/badge/Code_Style-Anthony_Fu-333?style=for-the-badge\u0026logo=eslint)](https://github.com/anthony/eslint-config)\n\n\u003e ### [Vue3](https://v3.vuejs.org/) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.\n\n- [Demo](https://vue3-realworld-example-app-mutoe.vercel.app)\n- [RealWorld](https://github.com/gothinkster/realworld)\n\nThis codebase was created to demonstrate a fully fledged fullstack application built with **Vue3** including CRUD operations, authentication, routing, pagination, and more.\n\nWe've gone to great lengths to adhere to the **Vue3** community styleguides \u0026 best practices.\n\nFor more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.\n\n# What works?\n\n- [x] [Vite](https://github.com/vitejs/vite)\n- [x] [Composition API](https://composition-api.vuejs.org/)\n- [x] [SFC \\\u003cscript setup\u003e sugar](https://v3.vuejs.org/api/sfc-script-setup.html)\n- [x] [Suspense](https://v3.vuejs.org/guide/component-dynamic-async.html#using-with-suspense) (Experimental)\n- [x] [Vue router](https://next.router.vuejs.org/)\n- [x] [Pinia](https://pinia.vuejs.org/) for state management\n- [x] [TypeScript](https://www.typescriptlang.org/) and [Vue tsc](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) for static analysis\n- [x] [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) for auto generate interface from swagger\n- [x] [ESLint](https://eslint.vuejs.org/) and [@mutoe/eslint-config](https://github.com/mutoe/eslint-config) for linting and styling (based on [@anthony/eslint-config](https://github.com/anthony/eslint-config))\n- [x] [Vitest](https://vitest.dev/) for unit testing\n- [x] [Testing Library](https://testing-library.com/docs/vue-testing-library/intro/) for component testing\n- [x] [Cypress](https://docs.cypress.io) for E2E testing\n- [x] [GitHub Actions](https://docs.github.com/en/actions) CI/CD\n\n\u003e Basically, some of they are necessary features for the development of medium to large projects, and you can also use this repository as a starter.\n\u003e\n\u003e Enjoy it! 😄\n\n# Getting started\n\n```shell script\npnpm install\n\n# Development\npnpm dev\n\n# Build dist\npnpm build\n\n# Run unit tests\npnpm test:unit\npnpm test:unit:ci\n\n# Run E2E tests\npnpm test:e2e\npnpm test:e2e:ci\n```\n\n# Contributors\n\n\u003ca href=\"https://github.com/mutoe/vue3-realworld-example-app/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=mutoe/vue3-realworld-example-app\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contributors-img.web.app).\n\n## Vue related implementations of the Realworld app\n\n- [gothinkster/vue-realworld-example-app](https://github.com/gothinkster/vue-realworld-example-app) - vue2, js\n- [AlexBrohshtut/vue-ts-realworld-app](https://github.com/AlexBrohshtut/vue-ts-realworld-app) - vue2, ts, class-component\n- [devJang/nuxt-realworld](https://github.com/devJang/nuxt-realworld) - nuxt, ts, composition api\n- [levchak0910/vue3-ssr-realworld-example-app](https://github.com/levchak0910/vue3-ssr-realworld-example-app) - vue3, ssr\n\n## Sponsor\n\nThanks **JetBrains** for providing IDE support!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutoe%2Fvue3-realworld-example-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutoe%2Fvue3-realworld-example-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutoe%2Fvue3-realworld-example-app/lists"}