A native application built with NativeScript-Vue
- This is a NativeScript-Vue example
- This is an extension of alexziskind1 from his demo NativeScript WebView URL Load Detection.
# Install dependencies
npm install
# Build for production
tns build <platform> --bundle
# Build, watch for changes and debug the application
tns debug <platform> --bundle
# Build, watch for changes and run the application
tns run <platform> --bundle