diff --git a/src/guide/installation.md b/src/guide/installation.md index f3b467db02..5949c9ebc8 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -2,11 +2,12 @@ Vue.js is built by design to be incrementally adoptable. This means that it can be integrated into a project multiple ways depending on the requirements. -There are three primary ways of adding Vue.js to a project: +There are four primary ways of adding Vue.js to a project: 1. Import it as a [CDN package](#cdn) on the page -2. Install it using [npm](#npm) -3. Use the official [CLI](#cli) to scaffold a project, which provides batteries-included build setups for a modern frontend workflow (e.g., hot-reload, lint-on-save, and much more) +2. Download the JavaScript files and [host them yourself](#download-and-self-host) +3. Install it using [npm](#npm) +4. Use the official [CLI](#cli) to scaffold a project, which provides batteries-included build setups for a modern frontend workflow (e.g., hot-reload, lint-on-save, and much more) ## Release Notes @@ -36,6 +37,12 @@ For prototyping or learning purposes, you can use the latest version with: For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions. +## Download and Self Host + +If you want to avoid using build tools but can't use a CDN in production then you can download the relevant `.js` file and host it using your own web server. You can then include it using a `