create-v-kit-spa 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -7
- package/dist/messages.js +1 -1
- package/lib/159/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
<br>
|
|
2
2
|
|
|
3
|
-
<
|
|
4
|
-
<img src="https://
|
|
5
|
-
</
|
|
3
|
+
<div align="center">
|
|
4
|
+
<img src="https://gitlab.com/shuashuaa/v-kit-app/-/raw/main/@shuashuaa-v-kit.png?ref_type=heads" width="300" />
|
|
5
|
+
</div>
|
|
6
6
|
|
|
7
|
-
<
|
|
7
|
+
<div align="center">
|
|
8
|
+
<h1>create-v-kit-spa</h1>
|
|
9
|
+
</div>
|
|
8
10
|
|
|
9
|
-
<
|
|
11
|
+
<div align="center">
|
|
12
|
+
<p>
|
|
10
13
|
A simple way to start your vue-laravel-spa projects.
|
|
11
14
|
<!-- A collection of vue-laravel-spa boilerplates Powered by vue, laravel, <br>
|
|
12
15
|
vite/webpack, vuetify and pinia. up-to-date, ready for local-deployment and fully customizable. -->
|
|
13
16
|
<!-- Looking for a boilerplate for your next project? Kickstart it with v-kit-spa now! -->
|
|
14
17
|
</p>
|
|
15
18
|
|
|
16
|
-
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<div align="center">
|
|
22
|
+
<p>
|
|
17
23
|
<!-- https://shields.io/badges/npm-package-minimized-gzipped-size-scoped -->
|
|
18
24
|
<!-- https://simpleicons.org/ -->
|
|
19
25
|
<!-- <a href="https://www.npmjs.com/package/create-v-kit-spa"><img src="https://img.shields.io/npm/v/create-v-kit-spa?color=c95f8b&label=" alt="NPM version"></a>
|
|
@@ -24,6 +30,8 @@ vite/webpack, vuetify and pinia. up-to-date, ready for local-deployment and full
|
|
|
24
30
|
<a href="https://github.com/shuashuaa/v-kit/blob/main/LICENSE"><img src="https://img.shields.io/bundlejs/size/create-v-kit-spa?style=flat-square&logo=npm&color=ffe963" alt="MINIFIED SIZE"></a>
|
|
25
31
|
<!-- 007EC6 -->
|
|
26
32
|
</p>
|
|
33
|
+
|
|
34
|
+
</div>
|
|
27
35
|
<!-- [](https://www.npmjs.com/package/vkit)
|
|
28
36
|
[](https://www.npmjs.com/package/vkit)
|
|
29
37
|
[](https://github.com/shuashuaa/v-kit/blob/main/LICENSE) -->
|
|
@@ -176,7 +184,7 @@ Have an idea? Found a bug? See [how to contribute](https://github.com/Shuashuaa/
|
|
|
176
184
|
|
|
177
185
|
## Contributors
|
|
178
186
|
Thanks to:
|
|
179
|
-
- [RGie](https://github.com/
|
|
187
|
+
- [RGie](https://github.com/RGienz)
|
|
180
188
|
<!-- <br>
|
|
181
189
|
|
|
182
190
|
## Changelog
|
package/dist/messages.js
CHANGED
|
@@ -47,7 +47,7 @@ function successMessage(sourceVal) {
|
|
|
47
47
|
console.log(chalk_1.default.cyanBright.bold(" O * ' .\n"));
|
|
48
48
|
}, 300);
|
|
49
49
|
setTimeout(() => {
|
|
50
|
-
console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('Shuashuaa'), chalk_1.default.whiteBright('\nFor more info: >>'), chalk_1.default.green.underline('https://github.com/Shuashuaa/v-kit-spa\n')));
|
|
50
|
+
console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('Shuashuaa'), chalk_1.default.whiteBright('\nFor more info (github): >>'), chalk_1.default.green.underline('https://github.com/Shuashuaa/v-kit-spa'), chalk_1.default.whiteBright('\nFor more info (gitlab): >>'), chalk_1.default.green.underline('https://gitlab.com/Shuashuaa/v-kit-spa\n')));
|
|
51
51
|
}, 800);
|
|
52
52
|
setTimeout(() => {
|
|
53
53
|
if (sourceVal == "158" || sourceVal == "159") {
|
package/lib/159/README.md
CHANGED