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 ns -v in your terminal. You should see a list of the available commands.

For setting up your system, follow the official docs here: https://docs.nativescript.org/environment-setup.html

Contributors