You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
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
4
5
-
There are two primary ways of adding Vue.js to a project:
5
+
There are three primary ways of adding Vue.js to a project:
6
6
7
7
1. Import it as a [CDN package](#cdn) on the page
8
8
2. Install it using [npm](#npm)
@@ -73,7 +73,7 @@ vue upgrade --next
73
73
74
74
Vue projects can quickly be set up with Vite by running the following commands in your terminal.
75
75
76
-
With NPM:
76
+
With npm:
77
77
78
78
```bash
79
79
$ npm init vite-app <project-name>
@@ -93,7 +93,7 @@ $ yarn dev
93
93
94
94
## Explanation of Different Builds
95
95
96
-
In the [`dist/` directory of the NPM package](https://cdn.jsdelivr.net/npm/vue@3.0.0-rc.1/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case.
96
+
In the [`dist/` directory of the npm package](https://cdn.jsdelivr.net/npm/vue@3.0.0-rc.1/dist/) you will find many different builds of Vue.js. Here is an overview of which `dist` file should be used depending on the use-case.
0 commit comments