create-vue 2.0.2 → 2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vue",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
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://vuejs.org/">Vue 2</a>.
16
+ <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
17
17
  </h3>
18
18
  </div>
19
19
  </template>
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
16
16
  <template #heading>Documentation</template>
17
17
 
18
18
  Vue’s
19
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
+ <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
20
20
  provides you with all information you need to get started.
21
21
  </WelcomeItem>
22
22
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
  <template #heading>Ecosystem</template>
49
49
 
50
50
  Get official tools and libraries for your project:
51
- <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51
+ <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52
+ <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
53
53
  <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
54
54
  <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
55
55
  more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
80
80
 
81
81
  As an independent project, Vue relies on community backing for its sustainability. You can
82
82
  help us by
83
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84
84
  </WelcomeItem>
85
85
  </div>
86
86
  </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://vuejs.org/">Vue 2</a>.
16
+ <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
17
17
  </h3>
18
18
  </div>
19
19
  </template>
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
16
16
  <template #heading>Documentation</template>
17
17
 
18
18
  Vue’s
19
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
+ <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
20
20
  provides you with all information you need to get started.
21
21
  </WelcomeItem>
22
22
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
  <template #heading>Ecosystem</template>
49
49
 
50
50
  Get official tools and libraries for your project:
51
- <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51
+ <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52
+ <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
53
53
  <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
54
54
  <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
55
55
  more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
80
80
 
81
81
  As an independent project, Vue relies on community backing for its sustainability. You can
82
82
  help us by
83
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84
84
  </WelcomeItem>
85
85
  </div>
86
86
  </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://vuejs.org/">Vue 2</a>.
13
+ <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>.
14
14
  </h3>
15
15
  </div>
16
16
  </template>
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
16
16
  <template #heading>Documentation</template>
17
17
 
18
18
  Vue’s
19
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
+ <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
20
20
  provides you with all information you need to get started.
21
21
  </WelcomeItem>
22
22
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
  <template #heading>Ecosystem</template>
49
49
 
50
50
  Get official tools and libraries for your project:
51
- <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51
+ <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52
+ <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
53
53
  <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
54
54
  <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
55
55
  more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
80
80
 
81
81
  As an independent project, Vue relies on community backing for its sustainability. You can
82
82
  help us by
83
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84
84
  </WelcomeItem>
85
85
  </div>
86
86
  </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://vuejs.org/">Vue 2</a>. What's next?
13
+ <a target="_blank" href="https://v2.vuejs.org/">Vue 2</a>. What's next?
14
14
  </h3>
15
15
  </div>
16
16
  </template>
@@ -16,7 +16,7 @@ import SupportIcon from './icons/IconSupport.vue'
16
16
  <template #heading>Documentation</template>
17
17
 
18
18
  Vue’s
19
- <a target="_blank" href="https://vuejs.org/">official documentation</a>
19
+ <a target="_blank" href="https://v2.vuejs.org/">official documentation</a>
20
20
  provides you with all information you need to get started.
21
21
  </WelcomeItem>
22
22
 
@@ -48,8 +48,8 @@ import SupportIcon from './icons/IconSupport.vue'
48
48
  <template #heading>Ecosystem</template>
49
49
 
50
50
  Get official tools and libraries for your project:
51
- <a target="_blank" href="https://vuex.vuejs.org/">Vuex</a>,
52
- <a target="_blank" href="https://router.vuejs.org/">Vue Router</a>,
51
+ <a target="_blank" href="https://pinia.vuejs.org/">Pinia</a>,
52
+ <a target="_blank" href="https://v3.router.vuejs.org/">Vue Router</a>,
53
53
  <a target="_blank" href="https://vue-test-utils.vuejs.org/">Vue Test Utils</a>, and
54
54
  <a target="_blank" href="https://github.com/vuejs/devtools">Vue Dev Tools</a>. If you need
55
55
  more resources, we suggest paying
@@ -80,7 +80,7 @@ import SupportIcon from './icons/IconSupport.vue'
80
80
 
81
81
  As an independent project, Vue relies on community backing for its sustainability. You can
82
82
  help us by
83
- <a target="_blank" href="https://vuejs.org/support-vuejs/">becoming a sponsor</a>.
83
+ <a target="_blank" href="https://vuejs.org/sponsor/">becoming a sponsor</a>.
84
84
  </WelcomeItem>
85
85
  </div>
86
86
  </template>