We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acda51 commit 2d8f4b2Copy full SHA for 2d8f4b2
content/docs/en/getting-started/1-quick-start.md
@@ -16,12 +16,12 @@ $ cd <project-name>
16
$ npm install
17
```
18
19
-Now lets run it
+and then run your app using
20
```shell
21
$ npm run watch:<platform>
22
23
-*platform above would be `ios` or `android`.
+> where platform is `ios` or `android`.
24
25
-For more details you can check the [project](https://github.com/nativescript-vue/vue-cli-template) on github
+For more details check out [nativescript-vue/vue-cli-template on GitHub](https://github.com/nativescript-vue/vue-cli-template).
26
27
To learn more about the available templates head over to the [templates documentation](/en/docs/getting-started/templates).
0 commit comments