Skip to content

Commit efeddd5

Browse files
authored
docs(installation): link to cli.vuejs.org and vitejs.dev (vuejs#1340)
Rationale: newcomers prefer official documentation over GitHub project
1 parent 3125ee0 commit efeddd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In most cases, the preferred way to create a webpack build with minimal configur
6868

6969
## CLI
7070

71-
Vue provides an [official CLI](https://github.com/vuejs/vue-cli) for quickly scaffolding ambitious Single Page Applications. It provides batteries-included build setups for a modern frontend workflow. It takes only a few minutes to get up and running with hot-reload, lint-on-save, and production-ready builds. See [the Vue CLI docs](https://cli.vuejs.org) for more details.
71+
Vue provides an [official CLI](https://cli.vuejs.org/) for quickly scaffolding ambitious Single Page Applications. It provides batteries-included build setups for a modern frontend workflow. It takes only a few minutes to get up and running with hot-reload, lint-on-save, and production-ready builds.
7272

7373
::: tip
7474
The CLI assumes prior knowledge of Node.js and the associated build tools. If you are new to Vue or front-end build tools, we strongly suggest going through [the guide](./introduction.html) without any build tools before using the CLI.
@@ -90,7 +90,7 @@ vue upgrade --next
9090

9191
## Vite
9292

93-
[Vite](https://github.com/vitejs/vite) is a web development build tool that allows for lightning fast serving of code due to its native ES Module import approach.
93+
[Vite](https://vitejs.dev/) is a web development build tool that allows for lightning fast serving of code due to its native ES Module import approach.
9494

9595
Vue projects can quickly be set up with Vite by running the following commands in your terminal.
9696

0 commit comments

Comments
 (0)