From ae3a45714984a4398e62230678c40a48b9d6a939 Mon Sep 17 00:00:00 2001 From: Domenico Majorana Date: Thu, 3 May 2018 18:32:36 +0200 Subject: [PATCH] Added samples page to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6ffbf..85abcac 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ tns run ios ## Templates -This template contains a number of app samples that you can use as the starting point of your app. To experiment, try copying and pasting the code from `app-with-list-view.js`, `app-with-router.js`, `app-with-tab-view.js`, or `app-with-vmodel.js` into your app’s `app.js` file. +[This page](https://github.com/nativescript-vue/nativescript-vue/tree/master/samples/app) contains a number of app samples that you can use as the starting point of your app. To experiment, try copying and pasting the code from `app-with-list-view.js`, `app-with-router.js`, `app-with-tab-view.js`, or `app-with-vmodel.js` into your app’s `app.js` file.