{"id":18471601,"url":"https://github.com/m310851010/ngx-uikit","last_synced_at":"2026-05-19T14:07:14.724Z","repository":{"id":54698169,"uuid":"332096806","full_name":"m310851010/ngx-uikit","owner":"m310851010","description":"ngx-uikit 是一个 Angular UI 组件库，主要用于研发企业级中后台产品。全部代码开源并遵循 MIT 协议，任何企业、组织及个人均可免费使用。","archived":false,"fork":false,"pushed_at":"2021-06-30T16:03:21.000Z","size":566,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T17:59:20.043Z","etag":null,"topics":["angular","angular-uikit","ngx-uikit"],"latest_commit_sha":null,"homepage":"","language":"Less","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/m310851010.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}},"created_at":"2021-01-23T00:45:14.000Z","updated_at":"2021-05-27T01:17:20.000Z","dependencies_parsed_at":"2022-08-14T00:20:30.310Z","dependency_job_id":null,"html_url":"https://github.com/m310851010/ngx-uikit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m310851010/ngx-uikit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fngx-uikit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fngx-uikit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fngx-uikit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fngx-uikit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m310851010","download_url":"https://codeload.github.com/m310851010/ngx-uikit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fngx-uikit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33219434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","angular-uikit","ngx-uikit"],"created_at":"2024-11-06T10:17:24.122Z","updated_at":"2026-05-19T14:07:14.708Z","avatar_url":"https://github.com/m310851010.png","language":"Less","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-uikit\n\n`ngx-uikit` 基于[UIkit](https://getuikit.com/)  | [UIkit中文网](http://getuikit.work/) 的 Angular UI 组件库，主要用于研发企业级中后台产品。全部代码开源并遵循 MIT 协议，任何企业、组织及个人均可免费使用。\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FNG-ZORRO%2Fng-zorro-antd.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FNG-ZORRO%2Fng-zorro-antd?ref=badge_shield)\n\n## 支持环境\n\n`ngx-uikit` 与 `@angular/core` 保持相同的主版本号，目前支持 Angular ^6.0.0 版本。\n\n- Angular `^6.0.0`\n- 现代浏览器，以及 Internet Explorer 11+\n\n\n## 安装\n\n使用 `@angular/cli` 工具链安装，不包含`$`。\n\n```bash\n$ ng new PROJECT_NAME\n$ cd PROJECT_NAME\n$ ng add ngx-uikit\n```\n\n使用`npm`安装\n\n```bash\n$ npm i ngx-uikit --save\n```\n\n## 使用\n\n在每一个需要使用组件的 module 中引入 `NgxUikitModule`。\n\n```ts\nimport { NgxUikitModule } from 'ngx-uikit';\n\n@NgModule({\n  imports: [ NgxUikitModule ]\n})\nexport class AppModule {\n}\n```\n\n然后在 `angular.json` 文件中引入样式和 SVG icon 资源。\n\n```diff\n{\n  \"assets\": [\n+   {\n+     \"glob\": \"**/*\",\n+     \"input\": \"./node_modules/ngx-uikit/src/icons/\",\n+     \"output\": \"/assets/\"\n+   }\n  ],\n  \"styles\": [\n+   \"node_modules/ngx-uikit/src/ngx-uikit.min.css\"\n  ]\n}\n```\n\n## 授权协议\n\n[MIT](https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm310851010%2Fngx-uikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm310851010%2Fngx-uikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm310851010%2Fngx-uikit/lists"}