Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Fix paths to templates (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
map7 authored and NickIliev committed Oct 4, 2019
1 parent 0f4909c commit e21136b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/app-templates/creating-custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ This article aims to give you the common steps needed to create your custom appl

Here is the list of the four main blank templates depending on the coding language preferences.

- Plain JavaScript template at [https://github.com/NativeScript/template-blank](https://github.com/NativeScript/template-blank)
- TypeScript template at [https://github.com/NativeScript/template-blank-ts](https://github.com/NativeScript/template-blank-ts)
- Angular template at [https://github.com/NativeScript/template-blank-ng](https://github.com/NativeScript/template-blank-ng)
- Vue.js template at [https://github.com/nativescript-vue/nativescript-vue-template](https://github.com/nativescript-vue/nativescript-vue-template)
https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng

- Plain JavaScript template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank)
- TypeScript template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ts](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ts)
- Angular template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-ng)
- Vue.js template at [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue)

Creating your template is as simple as cloning the wanted template repository and modifying the source code to satisfy your business logic.

Expand Down

0 comments on commit e21136b

Please sign in to comment.