realworld-apps/vue-realworld-example-app

An exemplary real-world application built with Vue.js, Vuex, axios and different other technologies. This is a good example to discover Vue for beginners.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 17th, 2026
Created on December 19th, 2017
Open Issues & Pull Requests: 55 (+0)
GitHub issues: Enabled
Number of forks: 1,314
Total Stargazers: 4,073 (+0)
Total Subscribers: 81 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.9 days
Mean response time: 295.6 days
90th percentile: 1314.8 days
Tracked items: 6

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,285 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • difficulty:easy (1)
  • good first issue (1)
  • type:enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Vue RealWorld Example App is a reference implementation of a full-featured web application built with Vue.js.

The project demonstrates how to structure and build a complete, production-like application using Vue.js alongside Vuex for state management and axios for HTTP requests. It implements a realistic feature set rather than isolated component examples, showing how these technologies work together in a cohesive application architecture.

This repository suits developers new to Vue who want to see how a real application is organized and built. Rather than learning Vue through small tutorials or component showcases, learners can study a complete working example that covers routing, API integration, form handling, and state management in a single codebase. The project is particularly valuable for beginners seeking to understand how Vue concepts apply to a full-scale application.

The project maintains a stable codebase with infrequent updates, suggesting the implementation is mature and the maintainers consider it complete as a reference example. Pull requests are reviewed and merged regularly, indicating active stewardship of the repository despite the low frequency of changes.