{"id":16407095,"url":"https://github.com/cipchk/ngx-weui","last_synced_at":"2025-04-04T11:16:59.412Z","repository":{"id":65424587,"uuid":"89556856","full_name":"cipchk/ngx-weui","owner":"cipchk","description":"WeUI for angular","archived":false,"fork":false,"pushed_at":"2020-08-20T02:44:57.000Z","size":13888,"stargazers_count":426,"open_issues_count":7,"forks_count":102,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-10-12T06:11:55.262Z","etag":null,"topics":["angular","angular-components","angular-library","angular-weui","angular9","lvy","weui","weui2"],"latest_commit_sha":null,"homepage":"https://cipchk.github.io/ngx-weui/","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/cipchk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-27T04:50:27.000Z","updated_at":"2024-06-26T07:26:05.000Z","dependencies_parsed_at":"2023-01-23T10:55:21.575Z","dependency_job_id":null,"html_url":"https://github.com/cipchk/ngx-weui","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fngx-weui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fngx-weui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fngx-weui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipchk%2Fngx-weui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipchk","download_url":"https://codeload.github.com/cipchk/ngx-weui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166171,"owners_count":20894654,"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":["angular","angular-components","angular-library","angular-weui","angular9","lvy","weui","weui2"],"created_at":"2024-10-11T06:12:03.957Z","updated_at":"2025-04-04T11:16:59.390Z","avatar_url":"https://github.com/cipchk.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\nNGX-WEUI\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[WeUI](https://github.com/weui/weui) Components build with [Angular](https://angular.io/).\n\n[![Build Status](https://img.shields.io/travis/cipchk/ngx-weui/master.svg?style=flat-square)](https://travis-ci.org/cipchk/ngx-weui)\n[![NPM version](https://img.shields.io/npm/v/ngx-weui.svg?style=flat-square)](https://www.npmjs.com/package/ngx-weui)\n[![npm downloads](https://img.shields.io/npm/dm/ngx-weui.svg?style=flat-square)](https://npmjs.org/ngx-weui)\n[![Codecov](https://img.shields.io/codecov/c/github/cipchk/ngx-weui.svg?style=flat-square)](https://codecov.io/gh/cipchk/ngx-weui)\n[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/cipchk/ngx-weui/blob/master/LICENSE)\n[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)\n\n\u003c/div\u003e\n\n[![](https://cdn-images-1.medium.com/max/1600/1*ceWDQUy3-MQgEchW6SuSRA.png)](https://cipchk.github.io/ngx-weui/)\n\n## Version\n\n- WeUI `1.x` using `7.0.x`\n- WeUI `\u003c= 2.2` using `8.x` \u0026 Angular 8\n- WeUI `\u003e= 2.3` using `9.x` \u0026 Angular 9, 10, Support dark \u0026 light theme\n\n## Table of Contents\n\n1. [Usage \u0026 Demo](#usage--demo)\n2. [Installation instructions](#installation-instructions)\n3. [API Docs](https://cipchk.github.io/ngx-weui/)\n4. [Customize Theme](https://cipchk.github.io/ngx-weui/#/docs/style)\n5. [Global Config](https://cipchk.github.io/ngx-weui/#/docs/config)\n6. [Troubleshooting](#troubleshooting)\n7. [License](#license)\n\n## Usage \u0026 Demo\n\n- [Documentation](https://cipchk.github.io/ngx-weui/) - [国内镜像](https://cipchk.gitee.io/ngx-weui/)\n- [Live Demo](https://cipchk.github.io/ngx-weui/) - [国内镜像](https://cipchk.gitee.io/ngx-weui/)\n- [Stackblitz](https://stackblitz.com/edit/ngx-weui), [Codesandbox](https://codesandbox.io/s/ngx-weui-wki41?file=/src/app/app.component.ts)\n\n## Create project\n\n1. Install global `angular-cli`:\n\n```bash\nnpm install -g @angular/cli\n```\n\n2. New a empty angular project\n\n```bash\n# Specify less style\nng new demo --style less\ncd demo\n```\n\n3. add `ngx-weui`\n\n```bash\nng add ngx-weui\n```\n\n\u003e please refer to more [details](https://github.com/cipchk/ngx-weui/blob/master/docs/how.md).\n\n### How to use it with:\n\n+ `angular-cli` please refer to [how](https://github.com/cipchk/ngx-weui/blob/master/docs/how.md).\n+ `stackblitz` sample available [here](https://stackblitz.com/edit/ngx-weui).\n\n## Troubleshooting\n\nPlease follow this guidelines when reporting bugs and feature requests:\n\n1. Use [GitHub Issues](https://github.com/cipchk/ngx-weui/issues) board to report bugs and feature requests (not our email address)\n2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.\n\nThanks for understanding!\n\n### License\n\nThe MIT License (see the [LICENSE](https://github.com/cipchk/ngx-weui/blob/master/LICENSE) file for the full text)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipchk%2Fngx-weui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipchk%2Fngx-weui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipchk%2Fngx-weui/lists"}