{"id":15184604,"url":"https://github.com/surmon-china/angular-admin","last_synced_at":"2025-10-01T23:30:57.260Z","repository":{"id":51736750,"uuid":"68978923","full_name":"surmon-china/angular-admin","owner":"surmon-china","description":"🔏 Admin client for surmon.me blog powered by @angular and Bootstrap4","archived":true,"fork":false,"pushed_at":"2022-12-21T15:06:52.000Z","size":95470,"stargazers_count":354,"open_issues_count":11,"forks_count":113,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-09-28T17:20:56.727Z","etag":null,"topics":["admin-dashboard","admin-template","angular","angular-components","angular2-jwt","angular4","angular4-component","angular9","blog","bootstrap","bootstrap4","codemirror","ng2","ng4","ngx-admin","ngx-bootstrap","nodepress","promise","surmon","surmon-china"],"latest_commit_sha":null,"homepage":"","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/surmon-china.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-23T01:59:08.000Z","updated_at":"2024-08-05T18:19:36.000Z","dependencies_parsed_at":"2023-01-30T04:01:01.477Z","dependency_job_id":null,"html_url":"https://github.com/surmon-china/angular-admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surmon-china%2Fangular-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surmon-china%2Fangular-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surmon-china%2Fangular-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surmon-china%2Fangular-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surmon-china","download_url":"https://codeload.github.com/surmon-china/angular-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234909086,"owners_count":18905504,"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":["admin-dashboard","admin-template","angular","angular-components","angular2-jwt","angular4","angular4-component","angular9","blog","bootstrap","bootstrap4","codemirror","ng2","ng4","ngx-admin","ngx-bootstrap","nodepress","promise","surmon","surmon-china"],"created_at":"2024-09-27T17:20:53.562Z","updated_at":"2025-10-01T23:30:57.255Z","avatar_url":"https://github.com/surmon-china.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/angular/angular\" target=\"blank\"\u003e\n    \u003cimg src=\"https://angular.io/assets/images/logos/angular/angular.svg\" height=\"100\" alt=\"Angular logo\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# DEPRECATED‼️\n\n👉 **The new admin project [veact-admin](https://github.com/surmon-china/veact-admin)**\n\n**此项目已废弃，请关注 [veact-admin](https://github.com/surmon-china/veact-admin)**\n\n---\n\n# Angular Admin\n\n[![nodepress](https://raw.githubusercontent.com/surmon-china/nodepress/main/branding/badge.svg)](https://github.com/surmon-china/nodepress)\n\u0026nbsp;\n[![GitHub stars](https://img.shields.io/github/stars/surmon-china/angular-admin.svg?style=for-the-badge)](https://github.com/surmon-china/angular-admin/stargazers)\n\u0026nbsp;\n[![GitHub issues](https://img.shields.io/github/issues-raw/surmon-china/angular-admin.svg?style=for-the-badge)](https://github.com/surmon-china/angular-admin/issues)\n\u0026nbsp;\n[![GitHub license](https://img.shields.io/github/license/surmon-china/angular-admin.svg?style=for-the-badge)](/LICENSE)\n\n**Admin client for [surmon.me](https://github.com/surmon-china/surmon.me) blog, powered by [Angular](https://github.com/angular/angular) and [Bootstrap4](https://github.com/twbs/bootstrap).** \n\n**适用于 [surmon.me](https://github.com/surmon-china/surmon.me) 管理员后台的前端应用，使用 [Angular](https://github.com/angular/angular) 和 [Bootstrap4](https://github.com/twbs/bootstrap) 进行开发。** \n\nThe project forked from [ng2-admin](https://akveo.github.io/ng2-admin/). 项目原始来自 [ng2-admin](https://akveo.github.io/ng2-admin/)。\n\n\n**其他相关项目：**\n- **RESTful API service:** [nodepress](https://github.com/surmon-china/nodepress) powered by [nestjs](https://github.com/nestjs/nest)\n- **web client for user:** [surmon.me](https://github.com/surmon-china/surmon.me) powered by [Vue (3)](https://vuejs.org/)\n- **native app client:** [surmon.me.native](https://github.com/surmon-china/surmon.me.native) powered by [react-native](https://github.com/facebook/react-native)\n\n**更新记录：[CHANGELOG.md](https://github.com/surmon-china/angular-admin/blob/master/CHANGELOG.md#changelog)**\n\n## Screenshot\n\n![](https://raw.githubusercontent.com/surmon-china/angular-admin/master/presses/dashboard-dark.png)\n\n\n## Development setup\n\n```bash\n# install dependencies\nyarn\n\n# serve with hot reload at localhost:4200 \nyarn dev\n\n# lint\nyarn lint\n\n# test\nyarn test\nyarn e2e\n\n# build\nyarn build\n\n# CD (local build)\nyarn local:build:tar\n# CD (remote deploy)\nyarn local:deploy\n```\n\n## Actions setup\n\n**Rule:**\n- `any PR open` → `CI:Build test`\n- `master PR close \u0026 merged` → `CI:Deploy to server`\n\n**Example:**\n- `local:develop(local:build:tar)` → `remote:develop` → `CI:Build test`\n- `remote:develop/master` → `remote:master` → `merged` → `CI:Deploy to server`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurmon-china%2Fangular-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurmon-china%2Fangular-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurmon-china%2Fangular-admin/lists"}