Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.43 KB

NativeScript-Vue3 Beta

npm license

NativeScript-Vue with Vue3 support now in beta!

Quick start

To get started, you can use the StackBlitz Template

...or locally:

ns create myAwesomeApp --template @nativescript-vue/template-blank@beta

cd myAwesomeApp
ns run ios|android

Issues

If you encounter any issues, please open a new issue with as much detail as possible. This is beta software, so there might be bugs.

Looking for V2?

The V2 version has been moved to the v2 branch