diff --git a/frontend/.vscode/extensions.json b/frontend/.vscode/extensions.json new file mode 100644 index 0000000..a7cea0b --- /dev/null +++ b/frontend/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar"] +} diff --git a/frontend/README.md b/frontend/README.md index 7059a96..33895ab 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,12 +1,5 @@ -# React + Vite +# Vue 3 + TypeScript + Vite -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 ` +
+