Skip to content

Commit

Permalink
chore!: change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 18, 2023
1 parent b044b5b commit 24a0388
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# title
VITE_GLOB_APP_TITLE='Vite Boot'
VITE_GLOB_APP_TITLE='Boot Vue'

# port
VITE_PORT=8888
File renamed without changes
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div align='center'>
<h1>Vite-Boot </h1>
<img src='README.assets/logo.png' alt='Vite-Boot - Opinionated Vite Starter Template' width='344'/>
<h1>Boot-Vue </h1>
<img src='README.assets/logo.png' alt='Boot-Vue - Opinionated Vite Starter Template' width='344'/>
</div>

<p align='center'>
Mocking up web app with <b>Vite-Boot </b><sup><em>(speed)</em></sup><br>
Mocking up web app with <b>Boot-Vue </b><sup><em>(speed)</em></sup><br>
</p>

<div align='center'>
Expand All @@ -13,7 +13,7 @@ Mocking up web app with <b>Vite-Boot </b><sup><em>(speed)</em></sup><br>

## 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 <script setup> syntax 🆕
- 📦 [Components auto importing](./src/components): Automatically imports components 🚚
Expand All @@ -38,13 +38,13 @@ Mocking up web app with <b>Vite-Boot </b><sup><em>(speed)</em></sup><br>
- 💡 [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

### Performance
<img src='README.assets/ViteBoot-Lighthouse.png' alt='Vite-Boot Outstanding performance' width='1851'/>
<img src='README.assets/BootVue-Lighthouse.png' alt='Boot-Vue Outstanding performance' width='1851'/>


## directory

```
# vite-boot
# boot-vue
├─.github # Stores GitHub related configuration files.
│ ├─ISSUE_TEMPLATE # GitHub Issue templates
│ └─workflows # GitHub Actions related configuration files
Expand Down Expand Up @@ -90,13 +90,13 @@ Mocking up web app with <b>Vite-Boot </b><sup><em>(speed)</em></sup><br>

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/kirklin/vite-boot/generate).
[Create a repo from this template on GitHub](https://github.com/kirklin/boot-vue/generate).

### Clone to local

```bash
npx degit kirklin/vite-boot my-vite-app
cd my-vite-app
npx degit kirklin/boot-vue my-app
cd my-app
pnpm i
```

Expand Down Expand Up @@ -127,7 +127,7 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along

### Docker Production Build

First, build the vite-boot image by opening the terminal in the project's root directory.
First, build the boot-vue image by opening the terminal in the project's root directory.

```bash
docker buildx build . -t viteboot:latest
Expand Down
18 changes: 9 additions & 9 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div align='center'>
<h1>Vite-Boot </h1>
<img src='README.assets/logo.png' alt='Vite-Boot - Opinionated Vite Starter Template' width='344'/>
<h1>Boot-Vue </h1>
<img src='README.assets/logo.png' alt='Boot-Vue - Opinionated Vite Starter Template' width='344'/>
</div>

<p align='center'>
使用Vite-Boot快速地创建 Web 应用
使用Boot-Vue快速地创建 Web 应用
</p>

## 特性

-[闪电般的速度](https://github.com/kirklin/vite-boot#readme):使用 Vue 3、Vite 和 pnpm 构建,速度飞快 🔥
-[闪电般的速度](https://github.com/kirklin/boot-vue#readme):使用 Vue 3、Vite 和 pnpm 构建,速度飞快 🔥
- 💪 [强类型](https://www.typescriptlang.org/):使用 TypeScript 💻
- 🔥 [最新语法](https://github.com/vuejs/rfcs/pull/227):使用新的 <script setup> 语法 🆕
- 📦 [自动导入组件](https://chat.openai.com/chat/src/components):自动导入组件 🚚
Expand All @@ -34,13 +34,13 @@
- 💡 [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

### 性能
<img src='README.assets/ViteBoot-Lighthouse.png' alt='Vite-Boot Outstanding performance' width='1851'/>
<img src='README.assets/BootVue-Lighthouse.png' alt='Boot-Vue Outstanding performance' width='1851'/>


## 项目结构

```
# vite-boot
# boot-vue
├─.github # 存储 GitHub 相关配置文件。
│ ├─ISSUE_TEMPLATE # GitHub Issue 模板
│ └─workflows # GitHub Actions 相关配置文件
Expand Down Expand Up @@ -86,13 +86,13 @@

### GitHub 模板

[使用这个模板创建仓库](https://github.com/kirklin/vite-boot/generate).
[使用这个模板创建仓库](https://github.com/kirklin/boot-vue/generate).

### 克隆到本地

```bash
npx degit kirklin/vite-boot my-vite-app
cd my-vite-app
npx degit kirklin/boot-vue my-app
cd my-app
pnpm i
```

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vite-boot",
"name": "boot-vue",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"description": "Vite starter template with UnoCSS",
"description": "Vue starter template with UnoCSS",
"keywords": [
"viteBoot",
"vite-boot",
"BootVue",
"boot-vue",
"vite",
"unocss",
"fast",
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ defineOptions({
<div class="flex flex-col items-center gap-4 text-left sm:flex-row">
<div class="flex gap-4 pb-4">
<a
href="https://github.com/kirklin/vite-boot"
href="https://github.com/kirklin/boot-vue"
target="_blank"
rel="nofollow"
class="flex w-[130px] flex-col items-center rounded bg-base-100"
>
<h3 class="p-2 text-xs font-bold text-base-content/50">viteBoot™</h3>
<h3 class="p-2 text-xs font-bold text-base-content/50">BootVue™</h3>
<p class="px-1.5 py-2 text-xs tracking-tighter text-base-content/50">
All Rights Reserved.
</p>
Expand Down
6 changes: 3 additions & 3 deletions src/layouts/Navbar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ defineOptions({
<div
class="inline-flex text-lg text-primary transition-all duration-200 md:text-3xl"
>
<span class="text-accent">V<span class="lowercase">ite</span></span>
<span class="text-base-content">B<span class="lowercase">oot</span></span>
<span class="text-accent">B<span class="lowercase">oot</span></span>
<span class="text-base-content">V<span class="lowercase">ue</span></span>
</div>
</RouterLink>
</div>
Expand All @@ -39,7 +39,7 @@ defineOptions({
<a
aria-label="Github"
target="_blank"
href="https://github.com/kirklin/vite-boot"
href="https://github.com/kirklin/boot-vue"
class="btn-ghost drawer-button btn-square btn normal-case"
>
<UnoCSSIconButton icon="i-mdi-github" />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/home/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const testStore = () => {
<div class="hero-content text-center">
<div class="max-w-md">
<h1 class="mb-5 text-5xl font-bold">
Vite Boot
Boot Vue
</h1>
<p class="mb-5">
Mocking up web app with Vite-Boot <sup>(speed)</sup>
Mocking up web app with Boot Vue <sup>(speed)</sup>
</p>
<button class="btn-primary btn" @click="testStore">
Test Store
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export default defineConfig({
registerType: "autoUpdate",
includeAssets: ["favicon.ico"],
manifest: {
name: "ViteBoot",
short_name: "ViteBoot",
name: "BootVue",
short_name: "BootVue",
theme_color: "#ffffff",
icons: [
{
Expand Down

0 comments on commit 24a0388

Please sign in to comment.