Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed May 16, 2024
1 parent ab5c489 commit 776053f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
⚡️
<br />
<br />
Vue Bolt
Vite Boilerplate
<br />
<br />
</h1>
Expand All @@ -14,10 +14,10 @@
<br />
<br /

[![Build status](https://img.shields.io/github/actions/workflow/status/morellexf13/vue-bolt/build.yml?branch=main&label=%20&logo=github&logoColor=white&style=for-the-badge)](https://github.com/morellexf13/vue-bolt/actions/workflows/build.yml)
[![Version](https://img.shields.io/github/v/tag/morellexf13/vue-bolt?label=%20&style=for-the-badge)](https://github.com/morellexf13/vue-bolt/releases)
[![License](https://img.shields.io/badge/-MIT-f56565.svg?longCache=true&style=for-the-badge)](https://github.com/morellexf13/vue-bolt/blob/main/LICENSE)
[![Package Monthly Downloads](https://img.shields.io/npm/dm/vue-bolt?label=%20&style=for-the-badge)](https://www.npmjs.com/package/vue-bolt)
[![Build status](https://img.shields.io/github/actions/workflow/status/morellexf13/vite-boilerplate/build.yml?branch=main&label=%20&logo=github&logoColor=white&style=for-the-badge)](https://github.com/morellexf13/vite-boilerplate/actions/workflows/build.yml)
[![Version](https://img.shields.io/github/v/tag/morellexf13/vite-boilerplate?label=%20&style=for-the-badge)](https://github.com/morellexf13/vite-boilerplate/releases)
[![License](https://img.shields.io/badge/-MIT-f56565.svg?longCache=true&style=for-the-badge)](https://github.com/morellexf13/vite-boilerplate/blob/main/LICENSE)
[![Package Monthly Downloads](https://img.shields.io/npm/dm/vite-boilerplate?label=%20&style=for-the-badge)](https://www.npmjs.com/package/vite-boilerplate)
[![Docs](https://img.shields.io/badge/-Docs-blue.svg?style=for-the-badge)](https://vuejs.org)

</sup>
Expand All @@ -27,7 +27,7 @@

<br>

Create a cutting-edge website using the latest technologies available. Vue Bolt, an all-inclusive solution, will provide you with essential features such as framework integration, state management, routing, API communication, unit testing, and much more.
Create a cutting-edge website using the latest technologies available. Vite Boilerplate, an all-inclusive solution, will provide you with essential features such as framework integration, state management, routing, API communication, unit testing, and much more.

## 👨🏻‍🏫 Learn More

Expand Down Expand Up @@ -67,7 +67,7 @@ Create a cutting-edge website using the latest technologies available. Vue Bolt,
## 🏛 Folder Structure

```
vue-bolt
vite-boilerplate
├─ .gitignore
├─ LICENSE
├─ README.md
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vue Bolt</title>
<title>Vite Boilerplate</title>
</head>

<body>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vue-bolt",
"version": "1.1.3",
"name": "vite-boilerplate",
"version": "1.1.4",
"description": "A Vue 3 Starter Boilerplate with Vue Router 4, Pinia 2, Vite 5, Sass, Axios, Jest and More.",
"author": "morellexf13",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/morellexf13/vue-bolt.git"
"url": "https://github.com/morellexf13/vite-boilerplate.git"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="hello">
<span>⚡️</span>
<h1>
{{ !userIsLoggedIn ? "Welcome to Vue Bolt!" : "You are now logged in" }}
{{ !userIsLoggedIn ? "Welcome to Vite Boilerplate!" : "You are now logged in" }}
</h1>
<p v-if="!userIsLoggedIn">
This boilerplate helps you to start creating
Expand Down

0 comments on commit 776053f

Please sign in to comment.