ns-ui-vue-demo
ns-ui-vue-demo copied to clipboard
NativeScript UI with Vue Demo App
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
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.