1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 12:57:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-04 19:04:10 +03:00
parent cc7e3860f2
commit 0069bccd75
5 changed files with 100 additions and 0 deletions

View File

@@ -101,6 +101,7 @@
* [Embedding Gzipped Files Into App Executable File](file-server/embedding-gzipped-files-into-app/main.go)
* [Send Files (rate limiter included)](file-server/send-files/main.go)
* Single Page Applications
* [Vue Router](file-server/spa-vue-router)
* [Basic SPA](file-server/single-page-application/basic/main.go)
* [Embedded Single Page Application and `iris.PrefixDir`](file-server/single-page-application/embedded-single-page-application/main.go)
* [Embedded Single Page Application with other routes](file-server/single-page-application/embedded-single-page-application-with-other-routes/main.go)