From bcfa78b92c4714bbe597aa2f96ea047bd9674d62 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 1 May 2024 20:37:38 +0800 Subject: [PATCH] chore: run `pnpm format` --- .github/ISSUE_TEMPLATE/1-feature_request.md | 3 ++- .github/ISSUE_TEMPLATE/2-bug_report.md | 8 +++++--- .github/ISSUE_TEMPLATE/3-blank.md | 1 - .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 10 ++++++---- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-feature_request.md b/.github/ISSUE_TEMPLATE/1-feature_request.md index 66b1c78e..9d8979e3 100644 --- a/.github/ISSUE_TEMPLATE/1-feature_request.md +++ b/.github/ISSUE_TEMPLATE/1-feature_request.md @@ -4,11 +4,12 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' - --- ### Please describe + ### Additional context + diff --git a/.github/ISSUE_TEMPLATE/2-bug_report.md b/.github/ISSUE_TEMPLATE/2-bug_report.md index 413a6722..71f40a89 100644 --- a/.github/ISSUE_TEMPLATE/2-bug_report.md +++ b/.github/ISSUE_TEMPLATE/2-bug_report.md @@ -4,18 +4,20 @@ about: Create a report to help us improve title: '' labels: 'bug' assignees: '' - --- ### Describe the bug + ### Expected behavior + ### How to reproduce + \ No newline at end of file +4. Result +-----------------------------------------------------------------------> diff --git a/.github/ISSUE_TEMPLATE/3-blank.md b/.github/ISSUE_TEMPLATE/3-blank.md index 12e9c70f..532aa14a 100644 --- a/.github/ISSUE_TEMPLATE/3-blank.md +++ b/.github/ISSUE_TEMPLATE/3-blank.md @@ -4,5 +4,4 @@ about: Something other than a bug or a feature title: '' labels: '' assignees: '' - --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e7b45ab..bc2d030e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 +-----------------------------------------------------------------------> diff --git a/README.md b/README.md index 89010415..0d3e7762 100644 --- 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). -- 2.39.5