Skip to content

Installation

Prerequisites Important!

To use NativeScript-Vue, your system needs to be set up to be able to compile and run native apps.

A detailed guide can be found in the NativeScript docs: Environment Setup

Creating a project

Once you have your system ready, create a new NativeScript-Vue project using the NativeScript CLI:

bash
ns create myAwesomeApp --template @nativescript-vue/template-blank@latest

cd myAwesomeApp
ns run ios|android

Instant Start

Want to see what NativeScript-Vue is all about without any setup? You can preview it instantly in your browser using StackBlitz and the NativeScript Preview app:

👉 Launch NativeScript-Vue App on StackBlitz

Note: You'll need to download the NativeScript Preview app on your device to run this preview. While this allows you to explore the full NativeScript ecosystem quickly, it does have limitations, such as limited access to third party plugins.

Released under the MIT License.