]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: run `pnpm format`
authorbtea <2356281422@qq.com>
Wed, 1 May 2024 12:37:38 +0000 (20:37 +0800)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 1 May 2024 13:26:34 +0000 (15:26 +0200)
.github/ISSUE_TEMPLATE/1-feature_request.md
.github/ISSUE_TEMPLATE/2-bug_report.md
.github/ISSUE_TEMPLATE/3-blank.md
.github/PULL_REQUEST_TEMPLATE.md
README.md

index 66b1c78e31b0cb0ad39c0fe427457092a19fcfdf..9d8979e31f0627e0b52f797cae43322afda7af8c 100644 (file)
@@ -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) -->
index 413a67222c3134650bb862090048f426f745e926..71f40a89ae195e9c332f4492f36080ef68b87d81 100644 (file)
@@ -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
@@ -24,5 +26,5 @@ Steps to reproduce the behavior:
 1. Go to '....'
 2. Do this '....'
 3. Do that '....'
-4. Result 
------------------------------------------------------------------------>
\ No newline at end of file
+4. Result
+----------------------------------------------------------------------->
index 12e9c70f89f66d8e82b1deb49f976f312e615951..532aa14a00ea81e638f6a038f58ee8f5d09260ed 100644 (file)
@@ -4,5 +4,4 @@ about: Something other than a bug or a feature
 title: ''
 labels: ''
 assignees: ''
-
 ---
index 4e7b45abd9e1d722401c2b18d1ed09d2e72c85f7..bc2d030e81859f7d8c51728594eb94bedaf26d05 100644 (file)
@@ -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!
------------------------------------------------------------------------>
\ No newline at end of file
+----------------------------------------------------------------------->
index 89010415dadc34504dcc427eb2115a727cf08b5b..0d3e7762171d55bee28c6d278f58c84c2e948606 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ 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:
 
@@ -23,7 +23,7 @@ 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
@@ -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).