Step 1: Create a new project using the CLI’s init command $ vue-native init įollow the prompts to create a new directory with the specified name. Step 0: Install Expo CLI globally $ npm install -global expo-cli It is most suitable for you if you come from a web background. For Expo usersĮxpo was designed to allow developers to quickly set up and develop React Native apps without having to configure Xcode or Android Studio. It allows you to set up a fresh Vue Native app with either Expo or React Native CLI. Install Vue Native CLI globally with the following command: $ npm install -global vue-native-cli Vue Native CLI is the easiest way to start building an application using Vue Native. Globally installed Expo CLI OR React Native CLI.This page will help you install and build your first native app using Vue Native.