Skip to content

msaelices/ns-ui-vue-demo

Repository files navigation

NativeScript UI Vue Demo App

NativeScript UI Vue Demo App

Usage

# 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

Screencast

ns-ui-demo

Using Vue Devtools

Vue DevTools will be installed locally when you execute npm install, but if you'd like to easily access Vue Devtools, you can install it globally:

npm install -g @vue/devtools@beta

Before running the app, it needs to have started the Vue Devtools:

# if installed globally
vue-devtools
# or
npx vue-devtools

Now you can run the app and you should see the component tree.

About

NativeScript UI with Vue Demo App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published