From e7becca31100e31bc5e42ac1bcd238feabf3b7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20W=C3=BCnsche?= Date: Mon, 11 Nov 2024 13:03:38 +0100 Subject: [PATCH] added examples to start from --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa6b6e2..6565d2a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# bamort +# bamort # Bardiocs Moam Replacement Tool + +My idea is to write it in Go and Vue together. +## readings to prepare + +- https://www.freecodecamp.org/news/how-i-set-up-a-real-world-project-with-go-and-vue/ +- https://github.com/ricoberger/go-vue-starter +- https://github.com/torenware/vite-go +- https://dev.to/blueworrybear/put-vue-js-and-go-together-setup-web-app-in-5-mins-5h90 +- https://github.com/klebervirgilio/vue-crud-app-with-golang + +https://www.golang101.com/how-tos/how-to-golang-project-vscode/