All Projects → JoshDSommer → nativescript-vue-typescript-seed

JoshDSommer / nativescript-vue-typescript-seed

Licence: other
Get started using NativeScript and Vue with TypeScript quick and easy

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nativescript-vue-typescript-seed

nativescript-ng2-drawer-seed
Nativescript template project with drawer support
Stars: ✭ 17 (-22.73%)
Mutual labels:  nativescript, nativescript-seed
code-samples
Find code samples and building blocks for your NativeScript app in the Marketplace
Stars: ✭ 35 (+59.09%)
Mutual labels:  nativescript
nativescript-numeric-keyboard
🔢 Replace the meh default number/phone keyboard with this stylish one
Stars: ✭ 33 (+50%)
Mutual labels:  nativescript
angular2-webpack-advance-starter
An advanced Angular2 Webpack Starter project with support for ngrx/store, ngrx/effects, ng2-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Stars: ✭ 49 (+122.73%)
Mutual labels:  nativescript
nativescript-angular-web-starter
A starter project to create web and native mobile apps using nativescript and angular with single shared code base.
Stars: ✭ 47 (+113.64%)
Mutual labels:  nativescript
nativescript-snackbar
🍭 🍫 NativeScript plugin for Material Design SnackBar
Stars: ✭ 74 (+236.36%)
Mutual labels:  nativescript
nativescript-vue-rollup-template
A NativeScript template ready to roll with Vue.js and .vue files.
Stars: ✭ 39 (+77.27%)
Mutual labels:  nativescript
nativescript-textinputlayout
Android Material Design TextInputLayout for NativeScript
Stars: ✭ 35 (+59.09%)
Mutual labels:  nativescript
nativescript-star-printer
🌟 Print directly to Star Micronics printers from your NativeScript app! http://www.starmicronics.com/
Stars: ✭ 28 (+27.27%)
Mutual labels:  nativescript
nativescript-taptic-engine
📳 Use Apple's Taptic Engine to vibrate your iPhone 6s (and up) in a variety of ways
Stars: ✭ 16 (-27.27%)
Mutual labels:  nativescript
nativescript-pushy
Easy push notifications for your NativeScript app!
Stars: ✭ 19 (-13.64%)
Mutual labels:  nativescript
nativescript-webview-interface
Plugin for bi-directional communication between webView and android/ios
Stars: ✭ 87 (+295.45%)
Mutual labels:  nativescript
nativescript-clipboard
📋 NativeScript plugin to copy stuff to the device clipboard, and read from it again
Stars: ✭ 40 (+81.82%)
Mutual labels:  nativescript
nativescript-apple-sign-in
Sign In With Apple, as seen on WWDC 2019, available with iOS 13
Stars: ✭ 37 (+68.18%)
Mutual labels:  nativescript
nativescript-healthcare-app
Healthcare example application built with NativeScript Angular. NativeScript template to quickly prototype your own business idea.
Stars: ✭ 24 (+9.09%)
Mutual labels:  nativescript
nativescript-dev-webpack
A package to help with webpacking NativeScript apps.
Stars: ✭ 98 (+345.45%)
Mutual labels:  nativescript
nativescript-app-icon-changer
Change the homescreen icon of your NativeScript iOS app at runtime!
Stars: ✭ 16 (-27.27%)
Mutual labels:  nativescript
nativescript-vue-examples
🍈 NativeScript and Vue code samples.
Stars: ✭ 13 (-40.91%)
Mutual labels:  nativescript
nativescript-drawingpad
📝 NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device
Stars: ✭ 89 (+304.55%)
Mutual labels:  nativescript
firebase
Modular Firebase 🔥 implementation for NativeScript. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 36 (+63.64%)
Mutual labels:  nativescript

NativeScript + Vue + TypeScript

nativescript-vue-typescript-seed

This project is so anyone can get started using NativeScript and Vue with TypeScript. It is created when using the nativescript-vue-template(tns create my-app --template nativescript-vue-template) and updated it to use typescript. Nativescript-vue does not currently ship with type definitions for typescript, so instead Vue's typings are imported and reused with some minor tweaks for NativeScript, in the nativescript-vue.d.ts file

Workflow:

  • clone this repo, from the command line,git clone [email protected]:TheOriginalJosh/nativescript-vue-typescript-seed.git myAppName.
  • then cd myAppName
  • then run npm install
  • from this point on, run NativeScript CLI commands as normal tns run android, tns run ios, etc.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].