create-vue 3.1.3 → 3.1.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/outfile.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- /*! create-vue v3.1.3 | MIT */
2
+ /*! create-vue v3.1.4 | MIT */
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "An easy way to start a Vue project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,7 @@ defineProps({
13
13
  <h3>
14
14
  You’ve successfully created a project with
15
15
  <a target="_blank" href="https://vitejs.dev/">Vite</a> +
16
- <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
16
+ <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
17
17
  </h3>
18
18
  </div>
19
19
  </template>
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
15
15
  <template #heading>Documentation</template>
16
16
 
17
17
  Vue’s
18
- <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18
+ <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
19
  provides you with all information you need to get started.
20
20
  </WelcomeItem>
21
21
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
 
49
49
  Get official tools and libraries for your project:
50
50
  <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51
- <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52
- <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51
+ <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52
+ <a target="_blank" href="https://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
54
54
  resources, we suggest paying
55
55
  <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
@@ -79,6 +79,6 @@ import SupportIcon from './icons/IconSupport.vue'
79
79
 
80
80
  As an independent project, Vue relies on community backing for its sustainability. You can help
81
81
  us by
82
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
82
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
83
83
  </WelcomeItem>
84
84
  </template>
@@ -13,7 +13,7 @@ defineProps({
13
13
  <h3>
14
14
  You’ve successfully created a project with
15
15
  <a target="_blank" href="https://vitejs.dev/">Vite</a> +
16
- <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
16
+ <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
17
17
  </h3>
18
18
  </div>
19
19
  </template>
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
15
15
  <template #heading>Documentation</template>
16
16
 
17
17
  Vue’s
18
- <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18
+ <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
19
  provides you with all information you need to get started.
20
20
  </WelcomeItem>
21
21
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
 
49
49
  Get official tools and libraries for your project:
50
50
  <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51
- <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52
- <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51
+ <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52
+ <a target="_blank" href="https://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
54
54
  resources, we suggest paying
55
55
  <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
@@ -79,6 +79,6 @@ import SupportIcon from './icons/IconSupport.vue'
79
79
 
80
80
  As an independent project, Vue relies on community backing for its sustainability. You can help
81
81
  us by
82
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
82
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
83
83
  </WelcomeItem>
84
84
  </template>
@@ -10,7 +10,7 @@ defineProps<{
10
10
  <h3>
11
11
  You’ve successfully created a project with
12
12
  <a target="_blank" href="https://vitejs.dev/">Vite</a> +
13
- <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>.
13
+ <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
14
14
  </h3>
15
15
  </div>
16
16
  </template>
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
15
15
  <template #heading>Documentation</template>
16
16
 
17
17
  Vue’s
18
- <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18
+ <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
19
  provides you with all information you need to get started.
20
20
  </WelcomeItem>
21
21
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
 
49
49
  Get official tools and libraries for your project:
50
50
  <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51
- <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52
- <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51
+ <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52
+ <a target="_blank" href="https://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
54
54
  resources, we suggest paying
55
55
  <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
@@ -79,6 +79,6 @@ import SupportIcon from './icons/IconSupport.vue'
79
79
 
80
80
  As an independent project, Vue relies on community backing for its sustainability. You can help
81
81
  us by
82
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
82
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
83
83
  </WelcomeItem>
84
84
  </template>
@@ -10,7 +10,7 @@ defineProps<{
10
10
  <h3>
11
11
  You’ve successfully created a project with
12
12
  <a target="_blank" href="https://vitejs.dev/">Vite</a> +
13
- <a target="_blank" href="https://v3.vuejs.org/">Vue 3</a>. What's next?
13
+ <a target="_blank" href="https://vuejs.org/">Vue 3</a>. What's next?
14
14
  </h3>
15
15
  </div>
16
16
  </template>
@@ -15,7 +15,7 @@ import SupportIcon from './icons/IconSupport.vue'
15
15
  <template #heading>Documentation</template>
16
16
 
17
17
  Vue’s
18
- <a target="_blank" href="https://v3.vuejs.org/">official documentation</a>
18
+ <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
19
  provides you with all information you need to get started.
20
20
  </WelcomeItem>
21
21
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
 
49
49
  Get official tools and libraries for your project:
50
50
  <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
51
- <a target="_blank" href="https://next.router.vuejs.org/">Vue Router</a>,
52
- <a target="_blank" href="https://next.vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
51
+ <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
52
+ <a target="_blank" href="https://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
54
54
  resources, we suggest paying
55
55
  <a target="_blank" href="https://github.com/vuejs/awesome-vue">Awesome Vue</a>
@@ -79,6 +79,6 @@ import SupportIcon from './icons/IconSupport.vue'
79
79
 
80
80
  As an independent project, Vue relies on community backing for its sustainability. You can help
81
81
  us by
82
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
82
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
83
83
  </WelcomeItem>
84
84
  </template>