Skip to content

Commit e27689f

Browse files
[DEV] name updating
1 parent 0316823 commit e27689f

File tree

9 files changed

+20
-30
lines changed

9 files changed

+20
-30
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
2-
All notable changes to the "vuetify-plugin-template" plugin will be documented in this file.
2+
All notable changes to the "vuetify-stepper-form" plugin will be documented in this file.
33

44
## v1.0.0

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<p align="center">
2-
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-plugin-template/main/src/assets/vuetify-logo.svg">
2+
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-stepper-form/main/src/assets/vuetify-logo.svg">
33
</p>
44

55
<p>
66
<h1 align="center">Vuetify Plugin Template</h1>
77
</p>
88

99
<p align="center">
10-
<!-- <a href="https://www.npmjs.com/package/vuetify-plugin-template">
11-
<img src="https://img.shields.io/npm/v/vuetify-plugin-template?color=1867c0&logo=npm" alt="NPM Package">
10+
<!-- <a href="https://www.npmjs.com/package/vuetify-stepper-form">
11+
<img src="https://img.shields.io/npm/v/vuetify-stepper-form?color=1867c0&logo=npm" alt="NPM Package">
1212
</a>
1313
&nbsp; -->
14-
<a href="https://github.com/webdevnerdstuff/vuetify-plugin-template">
14+
<a href="https://github.com/webdevnerdstuff/vuetify-stepper-form">
1515
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
1616
</a>
1717
</p>
@@ -23,11 +23,11 @@ Vuetify Plugin Template is a template to help you get starting building your own
2323

2424
## Features
2525

26-
See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-template/#features) page for a list of features.
26+
See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-stepper-form/#features) page for a list of features.
2727

2828
## Documentation
2929

30-
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-template/)
30+
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-stepper-form/)
3131

3232
## Dependencies
3333

@@ -37,13 +37,13 @@ See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-temp
3737

3838
## Change Log
3939

40-
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-plugin-template/blob/master/CHANGELOG.md)
40+
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-stepper-form/blob/master/CHANGELOG.md)
4141

4242

4343
## License
4444

4545
Copyright (c) 2023 WebDevNerdStuff
46-
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-plugin-template/blob/master/LICENSE.md).
46+
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-stepper-form/blob/master/LICENSE.md).
4747

4848

4949
## Legal

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/>
3434
<meta
3535
name="keywords"
36-
content="vuetify-plugin-template, vuetify, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
36+
content="vuetify-stepper-form, vuetify, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
3737
/>
3838
<meta
3939
name="author"

src/documentation/DocsPage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<v-row>
4141
<v-col cols="12">
4242
<VCodeBlock
43-
code="pnpm add vuetify-plugin-template"
43+
code="pnpm add vuetify-stepper-form"
4444
:highlightjs="codeBlockSettings.plugin === 'highlightjs'"
4545
lang="plain"
4646
:prismjs="codeBlockSettings.plugin === 'prismjs'"
@@ -56,7 +56,7 @@
5656
</v-col>
5757
<v-col cols="12">
5858
<VCodeBlock
59-
code="npm i vuetify-plugin-template"
59+
code="npm i vuetify-stepper-form"
6060
highlightjs
6161
lang="plain"
6262
>

src/documentation/sections/DescriptionSection.vue

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,9 @@
1414
</v-col>
1515

1616
<v-col cols="12">
17-
Vuetify Plugin Template is a template to help you get starting building your own plugin/component for Vuetify.
17+
Vuetify Stepper Form
1818
</v-col>
1919

20-
<v-col cols="12">
21-
<v-alert
22-
color="success"
23-
icon="$info"
24-
>
25-
When using this template, make sure to update all links to point to your own repository and documentation by
26-
searching all files for <code class="ic">vuetify-plugin-template</code>, as well as <code
27-
class="ic">__USERNAME__</code>, <code class="ic">__EMAIL__</code>.
28-
</v-alert>
29-
</v-col>
3020
</v-row>
3121
</template>
3222

src/documentation/sections/PlaygroundSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<VCodeBlock
1818
class="mb-6"
19-
code="git clone [email protected]:webdevnerdstuff/vuetify-plugin-templates.git"
19+
code="git clone [email protected]:webdevnerdstuff/vuetify-stepper-form.git"
2020
:highlightjs="codeBlockSettings.plugin === 'highlightjs'"
2121
lang="plain"
2222
:prismjs="codeBlockSettings.plugin === 'prismjs'"

src/documentation/sections/UsageSection.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const classes = inject('classes');
6969
7070
const usageGlobalPlugin = `import { createApp } from 'vue';
7171
import App from './App.vue';
72-
import { createVPluginTemplate } from 'vuetify-plugin-template';
72+
import { createVStepperForm } from 'vuetify-stepper-form';
7373
7474
const app = createApp(App);
7575
@@ -81,11 +81,11 @@ app.mount('#app');`;
8181
8282
const usageGlobalComponent = `import { createApp } from 'vue';
8383
import App from './App.vue';
84-
import { VPluginTemplate } from 'vuetify-plugin-template';
84+
import { VStepperForm } from 'vuetify-stepper-form';
8585
8686
const app = createApp(App);
8787
88-
app.component('VPluginTemplate', VPluginTemplate);
88+
app.component('VStepperForm', VStepperForm);
8989
9090
app.mount('#app');`;
9191
@@ -96,7 +96,7 @@ const usageIndividual = `<template>
9696
</template>
9797
9898
\<script setup\>
99-
import VPluginTemplate from 'vuetify-plugin-template';
99+
import VStepperForm from 'vuetify-stepper-form';
100100
101101
const foo = ref(null);
102102
\</script\>`;

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { defineConfig } from 'vite';
66
import { fileURLToPath, URL } from 'node:url';
77
import AutoImport from 'unplugin-auto-import/vite';
88

9-
const baseUrl = '/vuetify-plugin-template/';
9+
const baseUrl = '/vuetify-stepper-form/';
1010
const playgroundUrl = baseUrl + 'playground/';
1111

1212

vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default mergeConfig(
1313
root: fileURLToPath(new URL('./', import.meta.url)),
1414
server: {
1515
deps: {
16-
inline: ['element-plus', 'vuetify-plugin-template', 'vuetify']
16+
inline: ['element-plus', 'vuetify-stepper-form', 'vuetify']
1717
}
1818
},
1919
}

0 commit comments

Comments
 (0)