File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
title : Installation
3
3
---
4
4
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:
6
7
7
8
``` sh
8
9
npm install --save nativescript-vue
@@ -13,3 +14,9 @@ npm install --save nativescript-vue
13
14
<a router-link =" /quick-start " class =" docute-button docute-button-success " >
14
15
Go to Quick Start
15
16
</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 ) .
You can’t perform that action at this time.
0 commit comments