You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,20 @@ public class LoggedUserPanelView : View
183
183
}
184
184
```
185
185
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)
*[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
+
186
200
## Contributing
187
201
188
202
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:
0 commit comments