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
In order to use NativeScript-Vue, your system will need to be set up properly
7
-
so that your applications can compile.
6
+
To use NativeScript-Vue, you need to set up your system to compile your apps.
8
7
9
8
## Prerequisites
10
9
@@ -16,11 +15,11 @@ so that your applications can compile.
16
15
17
16
### Node.js
18
17
19
-
Download and install the latest "LTS" version of Node.js from [https://nodejs.org/](https://nodejs.org/). Restart your terminal and verify the installation was successful with the command `node --version`.
18
+
Download and install the latest _LTS_ version of Node.js from [https://nodejs.org/](https://nodejs.org/). Restart your terminal and verify the installation was successful with the command `node --version`.
20
19
21
20
### NativeScript CLI
22
21
23
-
To install the NativeScript CLI open your terminal and run the command
22
+
To install the NativeScript CLI, open your terminal and run:
24
23
25
24
```shell
26
25
$ npm install -g nativescript
@@ -31,18 +30,18 @@ You can verify the installation was successful by running `tns` in your terminal
31
30
32
31
### Windows
33
32
34
-
System Requirements and setup instructions for the Android SDK on Windows:
33
+
System requirements and setup instructions for the Android SDK on Windows:
Copy file name to clipboardExpand all lines: content/docs/en/getting-started/5-nativescript-plugins.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Install the plugin using the NativeScript CLI:
13
13
$ npm install --save nativescript-gradient
14
14
```
15
15
16
-
**Note:** If you are using the [vue-cli-template](/en/docs/getting-started/templates/#nativescript-vuevue-cli-template) you may have to run the following:
16
+
**NOTE:** If you are using the [vue-cli-template](/en/docs/getting-started/templates/#nativescript-vuevue-cli-template) you may have to run the following:
0 commit comments