Skip to content

Commit

Permalink
chore: run pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored and cexbrayat committed May 1, 2024
1 parent 09e5776 commit bcfa78b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/1-feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

### Please describe

<!-- Please provide us with a clear and concise description. -->

### Additional context

<!-- Add any other context or screenshots about the feature request here. (If applicable) -->
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/2-bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

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

### Describe the bug

<!-- Please provide us with a clear and concise description of what the bug is. -->

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### How to reproduce

<!----------------------------------------------------------------------
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.
- https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest
Expand All @@ -24,5 +26,5 @@ Steps to reproduce the behavior:
1. Go to '....'
2. Do this '....'
3. Do that '....'
4. Result
----------------------------------------------------------------------->
4. Result
----------------------------------------------------------------------->
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/3-blank.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ about: Something other than a bug or a feature
title: ''
labels: ''
assignees: ''

---
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Before creating the pull request, please make sure you do the following:
- Include relevant tests.
Thank you for contributing to create-vue!
----------------------------------------------------------------------->
----------------------------------------------------------------------->
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ npm create vue@latest
```

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

```sh
npm create vue@legacy
```

> [!WARNING]
> [!WARNING]
> [Vue 2 Has Reached End of Life](https://v2.vuejs.org/eol/)
## Difference from Vue CLI
Expand All @@ -33,8 +33,10 @@ npm create vue@legacy
- 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.

## Migrating from Vue CLI

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:
How to Migrate from Vue CLI to Vite

- 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/)
- 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
[Awesome Vite GitHub page](https://github.com/vitejs/awesome-vite#vue-cli).
- 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
[Awesome Vite GitHub page](https://github.com/vitejs/awesome-vite#vue-cli).

0 comments on commit bcfa78b

Please sign in to comment.