From: Miguel Alejandro Martín Date: Mon, 9 Oct 2023 06:15:00 +0000 (+0100) Subject: docs: fix typo (#350) X-Git-Tag: v3.8.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21620661d2a023be3f1525fd21c4fc6a216c661;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: fix typo (#350) --- diff --git a/README.md b/README.md index 55f59b2b..80601293 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note that the tag name (`@latest` or `@legacy`) MUST NOT be omitted, otherwise ` - Vue CLI is based on webpack, while `create-vue` is based on [Vite](https://vitejs.dev/). Vite supports most of the configured conventions found in Vue CLI projects out of the box, and provides a significantly better development experience due to its extremely fast startup and hot-module replacement speed. Learn more about why we recommend Vite over webpack [here](https://vitejs.dev/guide/why.html). -- Unlike Vue CLI, `create-vue` itself is just a scaffolding tool: it creates a pre-configured project base 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. +- 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