-
-
Notifications
You must be signed in to change notification settings - Fork 7
chore(Tools): move cli tool to root #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,118 @@ | ||||||
| # Bootstrap Blazor Component | ||||||
|
|
||||||
| ## A set of enterprise-class UI components based on Bootstrap and Blazor. | ||||||
|
|
||||||
| [](https://github.com/dotnetcore/BootstrapBlazor/blob/main/LICENSE) | ||||||
| [](https://github.com/dotnetcore/BootstrapBlazor/actions?query=workflow%3A%22Build+Project%22+branch%3Amain) | ||||||
| [](https://github.com/dotnetcore/BootstrapBlazor) | ||||||
| [](https://github.com/dotnetcore/BootstrapBlazor) | ||||||
| [](https://codecov.io/gh/dotnetcore/BootstrapBlazor) | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| ## Features | ||||||
| - Enterprise-class UI designed for web applications. | ||||||
| - A set of high-quality Blazor components out of the box. | ||||||
| - 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. | ||||||
| - Supports NET5. (Server-Side, WASM) | ||||||
| - Seamless integration with existing ASP.NET Core MVC and Razor Pages projects. | ||||||
|
|
||||||
| ## Online Examples | ||||||
| [](https://www.blazor.zone) | ||||||
|
|
||||||
| ## Installation Guide | ||||||
|
|
||||||
| - Install .net core sdk [Official website](https://dotnet.microsoft.com/download) | ||||||
| - Install Visual Studio 2019 lastest [Official website](https://visualstudio.microsoft.com/vs/getting-started/) | ||||||
|
||||||
| - Install Visual Studio 2019 lastest [Official website](https://visualstudio.microsoft.com/vs/getting-started/) | |
| - Install Visual Studio 2019 latest [Official website](https://visualstudio.microsoft.com/vs/getting-started/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Typo: 'javascripts' should be 'JavaScript files'.
Please update the wording to 'JavaScript files' for improved clarity.
| 2. **Add** the `stylesheet` `javascripts` file to your main index file - `Pages/_Host.cshtml (Server)` or `wwwroot/index.html (WebAssembly)` | |
| 2. **Add** the `stylesheet` and `JavaScript files` to your main index file - `Pages/_Host.cshtml (Server)` or `wwwroot/index.html (WebAssembly)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Awkward phrasing: 'in the and register' should be corrected.
Change the sentence to: 'Open the ~/Startup.cs file and register the Bootstrap Blazor service:'.
| 3. Open the `~/Startup.cs` file in the and register the `Bootstrap Blazor` service: | |
| 3. Open the `~/Startup.cs` file and register the `Bootstrap Blazor` service: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue (typo): Typo: 'lastest' should be 'latest'.
Update the installation instructions to use 'latest' instead of 'lastest'.