Installation
We’re going to be using the NativeScript Playgrounds so you can get right to the point versus setting up a development environment. If you wish to set up a development environment, below are some instructions. Unfortunately, the Node.js live server that Vue.js developers have been accustom to, does not apply when developing native mobile applications. The reason is, you need SDK’s or Software Development Kits for each operating system; iOS and Android.
The installation is different for the two main desktop operating systems: macOS and Windows 10.
Prerequisites for macOS and Windows
With iPhones, you can only develop iOS applications on an Apple Macintosh computer. With that said, if you intend to launch your application for both platforms, you need to have a Mac with macOS installed at some point during this journey. Anyway, in order to use NativeScript for Vue on your computer, you will need some sort of system to build your application, like Node.js. You...