Skip to content

Commit bcfa78b

Browse files
bteacexbrayat
authored andcommitted
chore: run pnpm format
1 parent 09e5776 commit bcfa78b

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

Diff for: .github/ISSUE_TEMPLATE/1-feature_request.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ about: Suggest an idea for this project
44
title: ''
55
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

109
### Please describe
10+
1111
<!-- Please provide us with a clear and concise description. -->
1212

1313
### Additional context
14+
1415
<!-- Add any other context or screenshots about the feature request here. (If applicable) -->

Diff for: .github/ISSUE_TEMPLATE/2-bug_report.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ about: Create a report to help us improve
44
title: ''
55
labels: 'bug'
66
assignees: ''
7-
87
---
98

109
<!-- This form is only for submitting bug reports related to this repository (create-vue). -->
1110

1211
### Describe the bug
12+
1313
<!-- Please provide us with a clear and concise description of what the bug is. -->
1414

1515
### Expected behavior
16+
1617
<!-- A clear and concise description of what you expected to happen. -->
1718

1819
### How to reproduce
20+
1921
<!----------------------------------------------------------------------
2022
It would be awesome if you could provide us a small reproduction online using stackblitz. You can replace `typescript-vitest` with another template name that is matching your case from https://github.com/vuejs/create-vue-templates.
2123
- https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest
@@ -24,5 +26,5 @@ Steps to reproduce the behavior:
2426
1. Go to '....'
2527
2. Do this '....'
2628
3. Do that '....'
27-
4. Result
28-
----------------------------------------------------------------------->
29+
4. Result
30+
----------------------------------------------------------------------->

Diff for: .github/ISSUE_TEMPLATE/3-blank.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ about: Something other than a bug or a feature
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Before creating the pull request, please make sure you do the following:
1010
- Include relevant tests.
1111
1212
Thank you for contributing to create-vue!
13-
----------------------------------------------------------------------->
13+
----------------------------------------------------------------------->

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ npm create vue@latest
1515
```
1616

1717
> [!NOTE]
18-
> (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
18+
> (`@latest` or `@legacy`) MUST NOT be omitted, otherwise `npm` may resolve to a cached and outdated version of the package.
1919
2020
Or, if you need to support IE11, you can create a Vue 2 project with:
2121

2222
```sh
2323
npm create vue@legacy
2424
```
2525

26-
> [!WARNING]
26+
> [!WARNING]
2727
> [Vue 2 Has Reached End of Life](https://v2.vuejs.org/eol/)
2828
2929
## Difference from Vue CLI
@@ -33,8 +33,10 @@ npm create vue@legacy
3333
- Scaffolding Tool: Unlike Vue CLI, `create-vue` itself is just a scaffolding tool. It creates a pre-configured project based on the features you choose, and delegates the rest to Vite. Projects scaffolded this way can directly leverage the [Vite plugin ecosystem](https://vitejs.dev/plugins/) which is Rollup-compatible.
3434

3535
## Migrating from Vue CLI
36+
3637
If you're transitioning from Vue CLI to Create Vue, we've got you covered. Here are some resources to help you with the migration:
3738
How to Migrate from Vue CLI to Vite
39+
3840
- Vue CLI to Vite Migration Guide: A comprehensive guide on migrating from Vue CLI to Vite, available on [VueSchool.io](https://vueschool.io/articles/vuejs-tutorials/how-to-migrate-from-vue-cli-to-vite/)
39-
- Tools and Plugins for Migration: For a smoother transition, check out the list of tools and plugins designed to assist with the migration process on the
40-
[Awesome Vite GitHub page](https://github.com/vitejs/awesome-vite#vue-cli).
41+
- Tools and Plugins for Migration: For a smoother transition, check out the list of tools and plugins designed to assist with the migration process on the
42+
[Awesome Vite GitHub page](https://github.com/vitejs/awesome-vite#vue-cli).

0 commit comments

Comments
 (0)