doramart/doracms

DoraCMS 是一个基于 EggJS 3.x + Vue 3 + TypeScript 的现代化内容管理系统,采用 pnpm monorepo 架构管理。它不仅仅是一个 CMS 系统,更是一个优秀的企业级应用架构实践。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 19th, 2026
Created on October 19th, 2015
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 1,032
Total Stargazers: 3,543 (+0)
Total Subscribers: 179 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.3 days
Mean response time: 185.8 days
90th percentile: 685.0 days
Tracked items: 4

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DoraCMS is a content management system built on EggJS 3.x, Vue 3, and TypeScript, organized as a pnpm monorepo for managing multiple related modules.

The system addresses the need for a modern, enterprise-grade CMS by combining a Node.js backend with dual database support (MongoDB with Mongoose or MariaDB with Sequelize), a Vue 3 user-facing frontend, and a separate Vue 3 admin dashboard. The backend uses EggJS 3.x with JWT authentication, optional Redis caching, and integrations for file uploads to cloud services like Aliyun OSS and Qiniu. The frontend applications leverage Vite for building, Element Plus for UI components, and Pinia for state management. Built-in internationalization automatically detects language from URL, cookies, or Accept-Language headers and applies it consistently across server responses and page rendering.

The project suits teams building content-heavy applications that need both public-facing and administrative interfaces. It provides a complete stack rather than requiring assembly of separate tools, includes Docker and Docker Compose configurations for deployment, and supports multiple databases so teams can choose based on existing infrastructure. The monorepo structure allows independent development and deployment of the server, user center, and admin center components.

The project maintains active development across multiple workspaces with regular updates to both backend and frontend components. Code quality is enforced through linting and formatting scripts covering all modules. The team provides comprehensive documentation including monorepo structure details and maintains an online demo with sample credentials, indicating ongoing commitment to accessibility for new users evaluating the system.