Skip to content

mutoe/vue3-realworld-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 9, 2024
6dbfbe9 Â· Aug 9, 2024
Aug 9, 2024
Aug 9, 2024
Sep 27, 2020
Aug 9, 2024
Feb 27, 2021
Dec 6, 2021
Jun 8, 2022
Dec 11, 2023
Apr 22, 2021
Dec 11, 2023
Sep 8, 2023
Aug 9, 2024
Dec 6, 2021
Sep 27, 2020
Aug 9, 2024
Aug 9, 2024
Dec 11, 2023
Dec 11, 2023
Dec 11, 2023

Repository files navigation

RealWorld Example App

Codecov branch GitHub Workflow Status (branch) code style

Vue3 codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Vue3 including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Vue3 community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

What works?

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.

Enjoy it! 😄

Getting started

pnpm install

# Development
pnpm dev

# Build dist
pnpm build

# Run unit tests
pnpm test:unit
pnpm test:unit:ci

# Run E2E tests
pnpm test:e2e
pnpm test:e2e:ci

Contributors

Made with contributors-img.

Vue related implementations of the Realworld app

Sponsor

Thanks JetBrains for providing IDE support!