create-vue 3.0.2 → 3.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/package.json +3 -2
- package/template/code/default/src/components/TheWelcome.vue +1 -1
- package/template/code/router/src/components/TheWelcome.vue +1 -1
- package/template/code/router/src/views/HomeView.vue +1 -1
- package/template/code/typescript-default/src/components/TheWelcome.vue +1 -1
- package/template/code/typescript-router/src/components/TheWelcome.vue +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vue",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "An easy way to start a Vue project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -45,5 +45,6 @@
|
|
|
45
45
|
"snapshot": "node snapshot.js",
|
|
46
46
|
"pretest": "run-s build snapshot",
|
|
47
47
|
"test": "node test.js"
|
|
48
|
-
}
|
|
48
|
+
},
|
|
49
|
+
"readme": "# create-vue\n\n[](https://open.vscode.dev/vuejs/create-vue)\n\nAn easy way to start a Vue project\n\n## Usage\n\n```sh\nnpm init vue@3\n```\n\nOr, if you need to support IE11, you can create a Vue 2 project with:\n\n```sh\nnpm init vue@2\n```\n"
|
|
49
50
|
}
|
|
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
|
|
|
47
47
|
<template #heading>Ecosystem</template>
|
|
48
48
|
|
|
49
49
|
Get official tools and libraries for your project:
|
|
50
|
-
<a target="_blank" href="https://
|
|
50
|
+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
|
|
51
51
|
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
|
|
52
52
|
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
|
|
53
53
|
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
|
|
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
|
|
|
47
47
|
<template #heading>Ecosystem</template>
|
|
48
48
|
|
|
49
49
|
Get official tools and libraries for your project:
|
|
50
|
-
<a target="_blank" href="https://
|
|
50
|
+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
|
|
51
51
|
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
|
|
52
52
|
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
|
|
53
53
|
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
|
|
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
|
|
|
47
47
|
<template #heading>Ecosystem</template>
|
|
48
48
|
|
|
49
49
|
Get official tools and libraries for your project:
|
|
50
|
-
<a target="_blank" href="https://
|
|
50
|
+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
|
|
51
51
|
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
|
|
52
52
|
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
|
|
53
53
|
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
|
|
@@ -47,7 +47,7 @@ import SupportIcon from './icons/IconSupport.vue'
|
|
|
47
47
|
<template #heading>Ecosystem</template>
|
|
48
48
|
|
|
49
49
|
Get official tools and libraries for your project:
|
|
50
|
-
<a target="_blank" href="https://
|
|
50
|
+
<a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
|
|
51
51
|
<a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
|
|
52
52
|
<a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
|
|
53
53
|
<a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need more
|