{"id":13681335,"url":"https://github.com/halo-dev/console","last_synced_at":"2025-04-30T03:31:14.696Z","repository":{"id":37432243,"uuid":"180328614","full_name":"halo-dev/console","owner":"halo-dev","description":"Web Console for Halo(Formerly halo-admin)","archived":true,"fork":false,"pushed_at":"2024-01-21T06:21:44.000Z","size":10991,"stargazers_count":492,"open_issues_count":1,"forks_count":478,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-19T09:34:42.039Z","etag":null,"topics":["halo","halo-admin","halo-console","vue"],"latest_commit_sha":null,"homepage":"https://halo.run","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halo-dev.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":"2019-04-09T09:09:35.000Z","updated_at":"2025-03-24T04:34:58.000Z","dependencies_parsed_at":"2023-09-24T17:58:50.524Z","dependency_job_id":"d0b4c6b8-4c98-4a9d-bd01-e9c6b9212038","html_url":"https://github.com/halo-dev/console","commit_stats":{"total_commits":1551,"total_committers":45,"mean_commits":34.46666666666667,"dds":"0.16827852998065762","last_synced_commit":"db9fcb8e2ca191e85547fbfdebe9a05de70684d8"},"previous_names":["halo-dev/halo-admin"],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halo-dev%2Fconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halo-dev","download_url":"https://codeload.github.com/halo-dev/console/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251635185,"owners_count":21619165,"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":["halo","halo-admin","halo-console","vue"],"created_at":"2024-08-02T13:01:29.549Z","updated_at":"2025-04-30T03:31:14.080Z","avatar_url":"https://github.com/halo-dev.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"## README\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://halo.run\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        \u003cimg width=\"100\" src=\"https://halo.run/logo\" alt=\"Halo logo\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Halo 2.0 的管理端项目，已归档，现在已经托管在 Halo 主仓库中。https://github.com/halo-dev/halo/tree/main/console\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/halo-dev/console/releases\"\u003e\u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/release/halo-dev/console.svg?style=flat-square\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/console/blob/master/LICENSE\"\u003e\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/halo-dev/console?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/console/commits\"\u003e\u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/halo-dev/console.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/halo-dev/console/actions\"\u003e\u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/halo-dev/console/main.yml?branch=main\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://gitpod.io/#https://github.com/halo-dev/console\"\u003e\u003cimg alt=\"Gitpod ready-to-code\" src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n------------------------------\n\n当前仓库已经将 `halo-admin` 改为了 `console`。但对于 Halo 1.x 版本，依旧保持 halo-admin 的概念。\n\n\u003e**Warning**\n\u003e\n\u003e 当前仓库已**移动**至 [halo-dev/halo](https://github.com/halo-dev/halo)。旧版本（2.3.x 及之前版本）的维护仍然在当前仓库进行。\n\n## 开发环境运行\n\n```bash\n# pnpm@7.0.0+\nnpm install -g pnpm\n```\n\n```bash\npnpm install \n```\n\n```bash\npnpm build:packages\n```\n\n```bash\npnpm dev\n```\n\n## 生产构建\n\n```bash\npnpm build\n```\n\n## 状态\n\n![Repobeats analytics](https://repobeats.axiom.co/api/embed/2db66f0e740d300f1bc6417d4465594755a5545d.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-dev%2Fconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalo-dev%2Fconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalo-dev%2Fconsole/lists"}