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
1. Go to '....'
2. Do this '....'
3. Do that '....'
-4. Result
------------------------------------------------------------------------>
\ No newline at end of file
+4. Result
+----------------------------------------------------------------------->
- Include relevant tests.
Thank you for contributing to create-vue!
------------------------------------------------------------------------>
\ No newline at end of file
+----------------------------------------------------------------------->
```
> [!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:
npm create vue@legacy
```
-> [!WARNING]
+> [!WARNING]
> [Vue 2 Has Reached End of Life](https://v2.vuejs.org/eol/)
## Difference from Vue CLI
- 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).