A native application built with NativeScript-Vue
# 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
Checkpoint Native Application is open-sourced software licensed under the
GNU General Public License v3+. A copy can be found in the COPYING
file.
NativeScript-Vue is licensed under the MIT license