From 24a038822d80bb54f23e703724bce24a370d95a7 Mon Sep 17 00:00:00 2001 From: Kirk Lin Date: Mon, 18 Sep 2023 17:41:26 +0800 Subject: [PATCH] chore!: change app name --- .env | 2 +- ...-Lighthouse.png => BootVue-Lighthouse.png} | Bin README.md | 20 +++++++++--------- README.zh-CN.md | 18 ++++++++-------- package.json | 8 +++---- src/layouts/Footer/index.vue | 4 ++-- src/layouts/Navbar/index.vue | 6 +++--- src/pages/home/components/Hero.vue | 4 ++-- vite.config.ts | 4 ++-- 9 files changed, 33 insertions(+), 33 deletions(-) rename README.assets/{ViteBoot-Lighthouse.png => BootVue-Lighthouse.png} (100%) diff --git a/.env b/.env index 278a472..c8dd371 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # title -VITE_GLOB_APP_TITLE='Vite Boot' +VITE_GLOB_APP_TITLE='Boot Vue' # port VITE_PORT=8888 diff --git a/README.assets/ViteBoot-Lighthouse.png b/README.assets/BootVue-Lighthouse.png similarity index 100% rename from README.assets/ViteBoot-Lighthouse.png rename to README.assets/BootVue-Lighthouse.png diff --git a/README.md b/README.md index 0869ea9..fb5b2d1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@
-

Vite-Boot

-Vite-Boot - Opinionated Vite Starter Template +

Boot-Vue

+Boot-Vue - Opinionated Vite Starter Template

-Mocking up web app with Vite-Boot (speed)
+Mocking up web app with Boot-Vue (speed)

@@ -13,7 +13,7 @@ Mocking up web app with Vite-Boot (speed)
## Features -- ⚡ [Lightning fast](https://github.com/kirklin/vite-boot#readme): Built with Vue 3, Vite, and pnpm 🔥 +- ⚡ [Lightning fast](https://github.com/kirklin/boot-vue#readme): Built with Vue 3, Vite, and pnpm 🔥 - 💪 [Strongly typed](https://www.typescriptlang.org/): Uses TypeScript 💻 - 🔥 [Latest syntax](https://github.com/vuejs/rfcs/pull/227): Uses the new