You are reading docs for v1.3.1, click here for the latest version.
Installation

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:

$ 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

Contributors