https://github.com/cloudnimble/blazoressentials
Everything you need to build MVVM apps in Blazor.
https://github.com/cloudnimble/blazoressentials
blazor-webassembly
Last synced: about 1 year ago
JSON representation
Everything you need to build MVVM apps in Blazor.
- Host: GitHub
- URL: https://github.com/cloudnimble/blazoressentials
- Owner: CloudNimble
- License: mit
- Created: 2018-09-07T21:45:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T06:52:12.000Z (over 1 year ago)
- Last Synced: 2024-10-17T18:41:41.750Z (over 1 year ago)
- Topics: blazor-webassembly
- Language: C#
- Homepage:
- Size: 524 KB
- Stars: 79
- Watchers: 12
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
BlazorEssentials - by CloudNimble
Everything you need to build great apps in Blazor. Built by @CloudNimble.
[Website][website-link] | [Releases][release-link] | [Documentation][doc-link]
[![Build Status][devops-rtm-build-img]][devops-rtm-build]
[![Release Status][devops-rtm-release-img]][devops-rtm-release]
[![Twitter][twitter-img]][twitter-intent]
[![NuGet Release][be-nuget-rtm-img]][be-nuget-link]
[![NuGet Latest][be-nuget-ci-img]][be-nuget-link]
## Introduction
Build amazing apps with the MVVM pattern you know and love from other Microsoft platforms in your Blazor apps!
## Features
A few of the things you can do with BlazorEssentials:
* Implement the MVVM pattern in your Blazor apps.
* Store per-environment configuration in JSON and load it quickly.
* Maintain application state across page loads.
* Authentication and Authorization.
## Feedback
Feel free to send us feedback on [Twitter][twitter-link] or [file an issue][issues-link]. Feature requests are always welcome. If you wish to contribute, please take a quick look at the [contribution guidelines](./.github/CONTRIBUTING.md).
## Code of Conduct
Please adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md) during any interactions with
CloudNimble team members and community members. It is strictly enforced on all official CloudNimble
repositories, websites, and resources. If you encounter someone violating
these terms, please let us know via DM on [Twitter][twitter-link] or via email at opensource@nimbleapps.cloud and we will address it as soon as possible.
## Contributors
Thank you to all the people who have contributed to the project: [Source code Contributors][contri-link]
Please visit our [Contribution](./.github/CONTRIBUTING.md) document to start contributing to our project.
[website-link]: https://nimbleapps.cloud/
[project-link]: https://github.com/CloudNimble/BlazorEssentials/
[release-link]: https://github.com/CloudNimble/BlazorEssentials/releases
[doc-link]: https://github.com/CloudNimble/BlazorEssentials/tree/main/docs
[contri-link]: https://github.com/CloudNimble/BlazorEssentials/graphs/contributors
[issues-link]: https://github.com/CloudNimble/BlazorEssentials/issues
[twitter-link]: https://twitter.com/cloud_nimble
[twitter-intent]:https://twitter.com/intent/tweet?via=cloud_nimble&text=Check%20out%20BlazorEssentials%2C%20it%20has%20everything%20you%20need%20to%20build%20great%20apps%20in%20Blazor.&hashtags=blazor
[twitter-img]:https://img.shields.io/badge/share-on%20twitter-55acee.svg?style=for-the-badge&logo=twitter
[devops-rtm-build]: https://dev.azure.com/cloudnimble/BlazorEssentials/_build/latest?definitionId=67
[devops-rtm-release]: https://dev.azure.com/cloudnimble/BlazorEssentials/_release?view=all&definitionId=3
[devops-rtm-build-img]: https://img.shields.io/azure-devops/build/cloudnimble/blazoressentials/67.svg?style=for-the-badge&logo=azuredevops
[devops-rtm-release-img]: https://img.shields.io/azure-devops/release/cloudnimble/780fcc73-6af6-4310-9bee-2a9d44708616/3/3.svg?style=for-the-badge&logo=azuredevops
[be-nuget-link]: https://www.nuget.org/packages/BlazorEssentials
[be-nuget-rtm-img]: https://img.shields.io/nuget/v/BlazorEssentials?label=Release&logo=NuGet&style=for-the-badge
[be-nuget-ci-img]: https://img.shields.io/nuget/vpre/BlazorEssentials?label=Latest&logo=NuGet&style=for-the-badge