From 94e1dbce248c5dd658d717686dbf74d8ec159ce8 Mon Sep 17 00:00:00 2001 From: yyyanghj Date: Sat, 4 Nov 2023 01:59:35 +0800 Subject: [PATCH] chore: Fix Svelte and React template READMEs (#207) --- templates/react/README.md | 8 ++------ templates/svelte/README.md | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/templates/react/README.md b/templates/react/README.md index 8e0cb6a1..78cf1945 100644 --- a/templates/react/README.md +++ b/templates/react/README.md @@ -1,7 +1,3 @@ -# WXT + Vue 3 +# WXT + React -This template should help get you started developing with Vue 3 in WXT. - -## Recommended IDE Setup - -- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). +This template should help get you started developing with React in WXT. diff --git a/templates/svelte/README.md b/templates/svelte/README.md index de572aaa..52bd5fbd 100644 --- a/templates/svelte/README.md +++ b/templates/svelte/README.md @@ -1,4 +1,4 @@ -# Svelte + Vite +# WXT + Svelte This template should help get you started developing with Svelte in WXT.