Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshdsommer/nativescript-vue-typescript-seed
Get started using NativeScript and Vue with TypeScript quick and easy
https://github.com/joshdsommer/nativescript-vue-typescript-seed
android ios nativescript nativescript-seed typescript vue vuejs
Last synced: 15 days ago
JSON representation
Get started using NativeScript and Vue with TypeScript quick and easy
- Host: GitHub
- URL: https://github.com/joshdsommer/nativescript-vue-typescript-seed
- Owner: JoshDSommer
- Created: 2018-02-23T15:48:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T18:55:15.000Z (almost 7 years ago)
- Last Synced: 2024-12-26T21:22:36.626Z (26 days ago)
- Topics: android, ios, nativescript, nativescript-seed, typescript, vue, vuejs
- Language: TypeScript
- Homepage:
- Size: 2.56 MB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript + Vue + TypeScript
## nativescript-vue-typescript-seedThis 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.