From 5d1ba2f58c30ff9efab5ff0ade8b85eb35047bfd Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Mon, 14 Sep 2026 02:26:50 +0000 Subject: [PATCH] Add README images. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc36186..17f8b12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![FastAPI-Vue setup complete](https://raw.githubusercontent.com/LeoVasanko/fastapi-vue-setup/main/docs/banner.webp) + # FastAPI-Vue Full Stack Setup Build and develop **FastAPI + Vue** as a single project, while keeping production purely Python — **JavaScript tooling is only needed during development!** @@ -30,6 +32,8 @@ uv tool install dist/my_app-0.1.0.tar.gz my-app --help ``` +"You did it" with Vue-FastAPI connection. + ## Working in your project ### Setup and upgrades