{"id":15092974,"url":"https://github.com/ant-design-blazor/ant-design-pro-blazor","last_synced_at":"2025-05-14T03:11:05.079Z","repository":{"id":39364533,"uuid":"261965926","full_name":"ant-design-blazor/ant-design-pro-blazor","owner":"ant-design-blazor","description":"👨🏻‍💻👩🏻‍💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.","archived":false,"fork":false,"pushed_at":"2025-02-27T14:27:13.000Z","size":266639,"stargazers_count":803,"open_issues_count":40,"forks_count":137,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-05-10T21:35:21.137Z","etag":null,"topics":["admin","ant-design","ant-design-blazor","ant-design-pro","blazor","blazor-boilerplate","blazor-components"],"latest_commit_sha":null,"homepage":"https://pro.antblazor.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ant-design-blazor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":"ant-design-blazor","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["http://jamesyeung.cn/qrcode/alipay.jpg","http://jamesyeung.cn/qrcode/wepay.jpg"]}},"created_at":"2020-05-07T06:15:48.000Z","updated_at":"2025-05-08T09:34:16.000Z","dependencies_parsed_at":"2023-12-25T06:22:40.019Z","dependency_job_id":"9db099e8-4c6a-476a-85fb-13fa398efb03","html_url":"https://github.com/ant-design-blazor/ant-design-pro-blazor","commit_stats":{"total_commits":80,"total_committers":9,"mean_commits":8.88888888888889,"dds":"0.26249999999999996","last_synced_commit":"2e89a994105a6e91d5fd01112b3ff86b6b9c9e43"},"previous_names":[],"tags_count":32,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-design-blazor%2Fant-design-pro-blazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-design-blazor%2Fant-design-pro-blazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-design-blazor%2Fant-design-pro-blazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ant-design-blazor%2Fant-design-pro-blazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ant-design-blazor","download_url":"https://codeload.github.com/ant-design-blazor/ant-design-pro-blazor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059513,"owners_count":22007769,"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","ant-design","ant-design-blazor","ant-design-pro","blazor","blazor-boilerplate","blazor-components"],"created_at":"2024-09-25T11:02:22.676Z","updated_at":"2025-05-14T03:11:00.070Z","avatar_url":"https://github.com/ant-design-blazor.png","language":"HTML","funding_links":["https://opencollective.com/ant-design-blazor","http://jamesyeung.cn/qrcode/alipay.jpg","http://jamesyeung.cn/qrcode/wepay.jpg"],"categories":[],"sub_categories":[],"readme":"\nEnglish | [简体中文](./README.zh-CN.md)\n\n\u003ch1 align=\"center\"\u003eAnt Design Pro Blazor\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nAn out-of-box UI solution for enterprise applications as a Blazor boilerplate.\n\n![](https://user-images.githubusercontent.com/8186664/44953195-581e3d80-aec4-11e8-8dcb-54b9db38ec11.png)\n\n\u003c/div\u003e\n\n## Templates\n\n```\n- Dashboard\n  - Analytic\n  - Monitor\n  - Workspace\n- Form\n  - Basic Form\n  - Step Form\n  - Advanced From\n- List\n  - Standard Table\n  - Standard List\n  - Card List\n  - Search List (Project/Applications/Article)\n- Profile\n  - Simple Profile\n  - Advanced Profile\n- Account\n  - Account Center\n  - Account Settings\n- Result\n  - Success\n  - Failed\n- Exception\n  - 403\n  - 404\n  - 500\n- User\n  - Login\n  - Register\n  - Register Result\n```\n\n## Usage\n\n### Install Template\n\n```bash\ndotnet new -i AntDesign.Templates\n```\n\n### Uninstall template (If you have installed it)\n\n```bash\ndotnet new -u AntDesign.Templates\n```\n\n### Options for the template\n\n| Options           | Description                                                        | Type                           | Default |\n| ----------------- | ------------------------------------------------------------------ | ------------------------------ | ------- |\n| `--full`          | If specified, generates all pages of Ant Design Pro                | bool                           | false   |\n| `--host`          | Specify the hosting model                                          | `webapp` \\| `wasm` \\| `server` | `webapp` |\n| `--styles`        | Whether use NodeJS and Less to compile your custom themes.         | `css` \\| `less`                | `css`   |\n| `--no-restore`    | If specified, skips the automatic restore of the project on create | bool                           | false   |\n\n### Override Existing Project\n```bash\n## You can override an existing project with the --force\ndotnet new antdesign --host webapp --force\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant-design-blazor%2Fant-design-pro-blazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fant-design-blazor%2Fant-design-pro-blazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant-design-blazor%2Fant-design-pro-blazor/lists"}