File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
content/docs/en/getting-started Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ $ npm install -g nativescript
27
27
28
28
Verify the installation was successful by running ` tns ` in your terminal. You should see a list of the available commands.
29
29
30
+ ### Quick Installation
31
+
32
+ Choose a [ template] ( https://nativescript-vue.org/docs/getting-started/templates/ )
33
+
34
+ ``` shell
35
+ $ cd myproject
36
+ $ npm i
37
+ $ tns setup
38
+ ```
39
+
40
+ This will install all ios and android requirements rather than having to manually install them all.
41
+
30
42
### Windows
31
43
32
44
Check the system requirements and follow the setup instructions for the Android SDK on Windows:
@@ -43,4 +55,4 @@ Check the system requirements and follow the setup instructions for Xcode and th
43
55
44
56
Check the system requirements and follow the setup instructions for the Android SDK on Linux:
45
57
46
- [ Advanced setup: Linux] ( https://docs.nativescript.org/start/ns-setup-linux )
58
+ [ Advanced setup: Linux] ( https://docs.nativescript.org/start/ns-setup-linux )
You can’t perform that action at this time.
0 commit comments