mwhardesty / nativescript-ui-samples-vue

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Vue directives.

Home Page:http://docs.telerik.com/devtools/nativescript-ui/Controls/Vue/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Vue directives. The repository does not contain the source code of Progress NativeScript UI itself but rather uses the npm package:

  • nativescript-ui-chart npm
  • nativescript-ui-listview npm
  • nativescript-ui-sidedrawer npm
  • nativescript-ui-calendar npm
  • nativescript-ui-autocomplete npm
  • nativescript-ui-dataform npm
  • nativescript-ui-gauge npm

Issues

Issues related to Progress NativeScript UI are logged in the https://github.com/NativeScript/nativescript-ui-feedback repository.

Overview

Progress NativeScript UI samples app resides at root repository level. The source code of the samples resides in a folder named after each component available as independent plugin. The currently available components are:

  • AutoCompleteTextView
  • Calendar
  • Chart
  • DataForm
  • Gauge
  • ListView
  • SideDrawer

Each of the above-mentioned folder has a standard NativeScript application structure as described in this article.

Running Progress NativeScript UI sample app

Make sure you are using the latest NativeScript CLI version by running npm i nativescript -g.

Steps to run the Gauge sample:

  1. cd gauge
  2. tns run android or tns run ios

Steps to run the rest samples:

  1. cd dataform
  2. npm i
  3. ./node_modules/.bin/tsc
  4. tns run android --bundle or tns run ios --bundle

About

This repository contains the source code of the Progress NativeScript UI samples application demonstrating the Vue directives.

http://docs.telerik.com/devtools/nativescript-ui/Controls/Vue/overview

License:Other


Languages

Language:TypeScript 99.1%Language:CSS 0.9%