From 596e7b003946e2ad94cf03c51313a8ea5ebd0e66 Mon Sep 17 00:00:00 2001 From: yunhanhuang Date: Thu, 31 Oct 2024 15:54:08 +0800 Subject: [PATCH] docs: rename to vitesse-react --- .vscode/settings.example.json | 7 +------ README.md | 8 ++++---- index.html | 6 +++--- package.json | 2 +- src/components/Footer.tsx | 2 +- src/hooks/useDark.ts | 2 +- src/pages/IndexPage.tsx | 4 ++-- 7 files changed, 13 insertions(+), 18 deletions(-) diff --git a/.vscode/settings.example.json b/.vscode/settings.example.json index c8cb1dc..06b4d75 100644 --- a/.vscode/settings.example.json +++ b/.vscode/settings.example.json @@ -4,10 +4,5 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, - "eslint.validate": [ - "javascript", - "typescript", - "javascriptreact", - "typescriptreact" - ] + "eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact"] } diff --git a/README.md b/README.md index d28e8ef..02d6b24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Revitesse Lite +# Vitesse React -It is a copy of [Vitesse Lite](https://github.com/antfu/vitesse-lite), but it uses React. All the configs always keep fresh. +It is a copy of [Vitesse](https://github.com/antfu/vitesse), but it uses React. All the configs always keep fresh. ## Features @@ -16,14 +16,14 @@ It is a copy of [Vitesse Lite](https://github.com/antfu/vitesse-lite), but it us ### GitHub Template -[Create a repo from this template on GitHub](https://github.com/flower-f/revitesse-lite/generate). +[Create a repo from this template on GitHub](https://github.com/flower-f/vitesse-react/generate). ### Clone to local If you prefer to do it manually with the cleaner git history ```bash -npx degit flower-f/revitesse-lite xxx +npx degit flower-f/vitesse-react xxx cd xxx git init # To make sure that the husky can work well # If you use Linux system, you might need to execute 'chmod 777 ./.husky/*' diff --git a/index.html b/index.html index 5ef4a1a..c4791a8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Revitesse Lite + Vitesse React @@ -12,8 +12,8 @@