8000 Merge branch 'master' of github.com:rigor789/nativescript-vue · galaxyblur/nativescript-vue@7f1185c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f1185c

Browse files
committed
Merge branch 'master' of github.com:rigor789/nativescript-vue
2 parents 649201b + 3f97561 commit 7f1185c

8 files changed

+45
-3
lines changed

docs/articles.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ title: Articles
77
- [Building Native iOS and Android Apps With Vue and NativeScript](https://developer.telerik.com/products/nativescript/native-ios-android-vue-nativescript/)
88
- [Native apps with Vue.js: Weex or NativeScript?
99
](https://hackernoon.com/native-apps-with-vue-js-weex-or-nativescript-8d8f0bac041d)
10+
11+
# What's next?
12+
13+
<a router-link="/troubleshooting" class="docute-button docute-button-success">
14+
Go to Troubleshooting
15+
</a>

docs/installation-nativescript-vue.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ Install `nativescrpipt-vue` using `npm` by running the following command:
66

77
```sh
88
npm install --save nativescript-vue
9-
```
9+
```
10+
11+
# What's next?
12+
13+
<a router-link="/quick-start" class="docute-button docute-button-success">
14+
Go to Quick Start
15+
</a>

docs/installation-nativescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ original: https://raw.githubusercontent.com/NativeScript/docs/master/docs/start/
1919

2020
<a router-link="/installation-nativescript-vue" class="docute-button docute-button-success">
2121
Go to Installation - Vue Plugin
22-
</a>
22+
</a>

docs/quick-start.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@ or
6767

6868
```sh
6969
tns run ios
70-
```
70+
```
71+
72+
# What's next?
73+
74+
<a router-link="/using-nativescript-plugins" class="docute-button docute-button-success">
75+
Go to Using NativeScript Plugins
76+
</a>

docs/templates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ tns create sample-app --template TEMPLATE_URL
1212
- https://github.com/tralves/nativescript-vue-webpack-template
1313
- https://github.com/rigor789/nativescript-vue-rollup-template
1414
- https://github.com/tralves/nativescript-vue-rollup-template
15+
16+
# What's next?
17+
18+
<a router-link="/articles" class="docute-button docute-button-success">
19+
Go to Articles
20+
</a>

docs/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
---
22
original: https://raw.githubusercontent.com/NativeScript/docs/master/docs/start/troubleshooting.md
33
---
4+
5+
# What's next?
6+
7+
<a router-link="/contributing" class="docute-button docute-button-success">
8+
Go to Contributing
9+
</a>

docs/using-nativescript-plugins.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ Then in your view template, add this to recreated the gradient in the sample:
2626
<Label class="p-5 c-white" horizontalAlignment="center" text="It's true." textWrap="true"></Label>
2727
</gradient>
2828
```
29+
30+
# What's next?
31+
32+
<a router-link="/using-vue-modules" class="docute-button docute-button-success">
33+
Go to Using Vue Modules
34+
</a>

docs/using-vue-modules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ title: Using NativeScript Plugins
99
## Vuex
1010

1111
...
12+
13+
# What's next?
14+
15+
<a router-link="/templates" class="docute-button docute-button-success">
16+
Go to Templates
17+
</a>

0 commit comments

Comments
 (0)
0