Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.46 KB

3-installation.md

File metadata and controls

46 lines (28 loc) · 1.46 KB
title contributors
Installation
rigor789
TheOriginalJosh
eddyverbruggen
ikoevska

To use NativeScript-Vue, you need to set up your system to compile your apps.

Prerequisites

Node.js

Download and install the latest LTS version of Node.js from https://nodejs.org/. Restart your terminal and verify the installation was successful by running node --version.

NativeScript CLI

To install the NativeScript CLI, open your terminal and run:

$ sudo npm install -g nativescript

Verify the installation was successful by running tns in your terminal. You should see a list of the available commands.

Windows

Check the system requirements and follow the setup instructions for the Android SDK on Windows:

Advanced setup: Windows

macOS

Check the system requirements and follow the setup instructions for Xcode and the Android SDK on macOS:

Advanced setup: macOS

Linux

Check the system requirements and follow the setup instructions for the Android SDK on Linux:

Advanced setup: Linux