create-vite-taro 0.5.1 → 0.5.4
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
CHANGED
|
@@ -6,4 +6,4 @@ Create a Vite 8 + React 19 + Taro app for WeChat Mini Program and Web targets.
|
|
|
6
6
|
npm create vite-taro@latest my-app
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
Continue with the [Quick Start guide](https://
|
|
9
|
+
Continue with the [Quick Start guide](https://vpt.js.org/guides/quick-start/), or browse the [complete documentation](https://vpt.js.org).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vite-taro",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Create Vite 8 + React 19 + Taro apps for H5 and WeChat Mini Program targets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/sep2/vite-plugin-taro/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://
|
|
23
|
+
"homepage": "https://vpt.js.org",
|
|
24
24
|
"keywords": [
|
|
25
25
|
"vite",
|
|
26
26
|
"taro",
|