Skip to content

Commit 4b0ca9a

Browse files
committed
docs: add intro to installation
1 parent f130984 commit 4b0ca9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/guide/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Installation
22

3+
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.
4+
5+
There are two primary ways of adding Vue.js to a project:
6+
7+
1. Import it as a [CDN package](#cdn) on the page
8+
2. Install it using [npm](#npm)
9+
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)
10+
311
## Release Notes
412

513
Latest version: ![npm](https://img.shields.io/npm/v/vue/next.svg)

0 commit comments

Comments
 (0)