8000 Enhance the "Install Vue Plugin" docs article (#102) · tMathaiou/nativescript-vue@c9d27ae · GitHub
[go: up one dir, main page]

Skip to content

Commit c9d27ae

Browse files
teobugslayerrigor789
authored andcommitted
Enhance the "Install Vue Plugin" docs article (nativescript-vue#102)
1 parent 7ba5b1b commit c9d27ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/markdown/installation-nativescript-vue.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Installation
33
---
44

5-
Install `nativescript-vue` using `npm` by running the following command:
5+
You can add the Vue plugin to an existing NativeScript app.
6+
To do so, run this command inside your app directory:
67

78
```sh
89
npm install --save nativescript-vue
@@ -13,3 +14,9 @@ npm install --save nativescript-vue
1314
<a router-link="/quick-start" class="docute-button docute-button-success">
1415
Go to Quick Start
1516
</a>
17+
18+
#### More help
19+
20+
If you are starting with NativeScript framework, visit [NativeScript Playground](https://play.nativescript.org) to learn the basics.
21+
22+
If you need help working with NativeScript CLI, visit the [NativeScript Tutorial](https://docs.nativescript.org/tutorial/chapter-1#11-creating-apps).

0 commit comments

Comments
 (0)
0