ukik / ns-ui-vue-demo

NativeScript UI with Vue Demo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 65.9%Language:Vue 28.5%Language:CSS 5.6%