Giter Site home page Giter Site logo

opencollective / ant-design-blazor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ant-design-blazor/ant-design-blazor

0.0 1.0 0.0 42.09 MB

๐ŸŒˆAn enterprise-class UI components based on Ant Design and Blazor WebAssembly.

Home Page: https://ant-design-blazor.gitee.io/

License: Other

HTML 13.74% C# 19.19% CSS 66.18% JavaScript 0.50% Shell 0.14% TypeScript 0.24%

ant-design-blazor's Introduction

Ant Design Blazor

An enterprise-class UI components based on Ant Design and Blazor.

AntBlazor AntBlazor AntBlazor Slack Group Ding Talk Group

English | ็ฎ€ไฝ“ไธญๆ–‡

โœจ Features

  • Enterprise-class UI interactive language and visual style.
  • Out-of-the-box, high-quality Razor components that can be shared in a variety of hosting models.
  • Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
  • Supports Progressive Web Applications (PWA).
  • Build with C#, a multi-paradigm static language for an efficient development experience.
  • NET Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

๐ŸŒˆ Online Examples

WebAssembly static hosting examples:

๐Ÿ–ฅ Environment Support

  • .NET Core 3.1
  • Blazor WebAssembly 3.2 Preview 3
  • Supports two-way binding on the server side
  • Supports WebAssembly static file deployment
  • Support 4 major browsers engines, and Internet Explorer 11+ (Blazor Server only)
  • Run directly on Electron and other Web standards-based environments
IE / Edge
Edge / IE
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge 16 / IE 11โ€  522 57 11 44 Chromium 57

Due to WebAssembly restriction, Blazor WebAssembly doesn't support IE browser, but Blazor Server supports IE 11โ€  with additional polyfills. See official documentation

๐Ÿ’ฟ Current Version

  • Development: AntBlazor

  • 0.1.0๏ผšwill be released after basic implementation of components

๐ŸŽจ Design Specification

Regularly synchronize with Official Ant Design specifications, you can check the sync logs online.

๐Ÿ“ฆ Installation Guide

  • Install .NET Core SDK 3.1.201 or later

  • Install Blazor WebAssembly Templates

    $ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview3.20168.3
  • Create Blazor WebAssembly Project

    $ dotnet new blazorwasm -o MyAntBlazorApp
  • Go to the project folder of the application and install the Nuget package reference

    $ cd MyAntBlazorApp
    $ dotnet add package AntBlazor --version 0.1.0-*
  • Register the services

    services.AddAntBlazor();
  • Link the static files in wwwroot/index.html (WebAssembly) or Pages/_Host.razor (Server)

      <link href="_content/AntBlazor/css/ant-design-blazor.css" rel="stylesheet">
      <script src="_content/AntBlazor/js/ant-design-blazor.js"></script>
  • Add namespace in _Imports.razor

    @using AntBlazor
  • Finally, it can be referenced in the `.razor' component!

    <AntButton type="primary">Hello World!</AntButton>

๐Ÿ”จ Local Development

  • Install .NET Core SDK 3.1.201 or later.

  • Install Node.js (only for building style files and interoperable TypeScript files)

  • Clone to local development

    $ git clone [email protected]:ElderJames/ant-design-blazor.git
    $ cd ant-design-blazor
    $ npm install
    $ npm start
  • Visit https://localhost:5001 in your supported browser and check local development documentation for details.

    Visual Studio 2019 is recommended for development. Currently AntBlazor.Docs.Server project is required to run for breakpoint debugging.

๐Ÿ”— Links

๐Ÿ—บ Roadmap

Check out this issue to learn about our development plans for 2020.

๐Ÿค Contributing

PRs Welcome

If you would like to contribute, feel free to create a Pull Request, or give us Bug Report.

๐Ÿ’• Donation

This project is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more backers. We will use the proceeds for community operations and promotion. You can support us in any of the following ways:

We will put the detailed donation records on the backer list.

โ“ Community Support

If you encounter any problems in the process, feel free to ask for help via following channels. We also encourage experienced users to help newcomers.

  • Slack Group (Chinese & English)
  • Ding Talk Group (Chinese)
Scan QR Code with DingTalk

โ˜€๏ธ License

AntBlazor

ant-design-blazor's People

Contributors

alseinx avatar benlampson avatar brian-ding avatar elderjames avatar garvintan avatar lindexi avatar rabbitism avatar vertonghenb avatar zhuangkh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.