diff --git a/.gitignore b/.gitignore
index 565d8ef..38a4dfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
build/bin
node_modules
frontend/dist
+
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,go,node
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,go,node
diff --git a/README.md b/README.md
index a33433d..f0eaef0 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
## About
-This is the official Wails Svelte template.
+This is the official Wails Vue-TS template.
+
+You can configure the project by editing `wails.json`. More information about the project settings can be found
+here: https://wails.io/docs/reference/project-config
## Live Development
@@ -14,4 +17,3 @@ to this in your browser, and you can call your Go code from devtools.
## Building
To build a redistributable, production mode package, use `wails build`.
-# conjure-os
diff --git a/backend/dev.go b/backend/dev.go
deleted file mode 100644
index cea15a4..0000000
--- a/backend/dev.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package test
-
-import (
- "github.com/fsnotify/fsnotify"
- "github.com/wailsapp/wails"
-)
-
-type Games struct {
- filename string
- runtime *wails.Runtime
- logger *wails.CustomLogger
- watcher *fsnotify.Watcher
-}
diff --git a/frontend/.vscode/extensions.json b/frontend/.vscode/extensions.json
deleted file mode 100644
index b869ef8..0000000
--- a/frontend/.vscode/extensions.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "recommendations": [
- "svelte.svelte-vscode"
- ]
-}
diff --git a/frontend/README.md b/frontend/README.md
index 727ce49..98f4a52 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -1,69 +1,23 @@
+# Vue 3 + TypeScript + Vite
-
-# Svelte + Vite
-
-
-## HOW TO RUN
-`wails dev`
-
-This template should help get you started developing with Svelte in Vite.
+This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue
+3 `
+