Skip to content

Commit 9bbbfa4

Browse files
committed
Merge branch 'master' into develop
2 parents 322b433 + 9fa9f2d commit 9bbbfa4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,20 @@ public class LoggedUserPanelView : View
183183
}
184184
```
185185

186+
## Example applications
187+
188+
Below is the list of sample applications showing different variations of Simplify.Web usage:
189+
190+
* [Only as an API backend with Angular + Bootstrap UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Angular)
191+
* [Simple Kestrel-based Application with backend page](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Kestrel)
192+
* [Kestrel-based Application with backend HTML generation, localization, authentication](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Classic)
193+
194+
![Simplify](https://raw.githubusercontent.com/SimplifyNet/Simplify.Web/master/images/screenshots/sample-app-classic.png)
195+
196+
* [Only as an API backend with Vue.js + Bootstrap UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Vue)
197+
* [Only as an API backend with Vue.js + Element UI SPA](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.Vue.Element)
198+
* [Simple Kestrel-based Application hosted as windows-service](https://github.com/SimplifyNet/Simplify.Web/tree/master/src/SampleApps/SampleApp.WindowsServiceHosted)
199+
186200
## Contributing
187201

188202
There are many ways in which you can participate in the project. Like most open-source software projects, contributing code is just one of many outlets where you can help improve. Some of the things that you could help out with are:
41.1 KB
Loading

0 commit comments

Comments
 (0)