From bea2a2f33d9050aff7ead45a9ebc39d4fa4c6fc2 Mon Sep 17 00:00:00 2001 From: Iva Koevska Date: Sat, 9 Jun 2018 15:31:57 +0300 Subject: [PATCH] Fix Issue #71 Explaining what the commands do, adding more template information https://github.com/nativescript-vue/nativescript-vue.org/issues/71 --- content/docs/en/getting-started/1-quick-start.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/docs/en/getting-started/1-quick-start.md b/content/docs/en/getting-started/1-quick-start.md index e6842092..f7445207 100644 --- a/content/docs/en/getting-started/1-quick-start.md +++ b/content/docs/en/getting-started/1-quick-start.md @@ -22,4 +22,10 @@ $ npm run watch: where platform is `ios` or `android`. -For more information about the available templates, see the [templates documentation](/en/docs/getting-started/templates). \ No newline at end of file +This set of commands performs the following operations on your system: + +1. Installs the Vue CLI and its init add-on on your system. This lets you use both the NativeScript CLI and the Vue CLI on your system. Skip this command, if you already have Vue CLI installed. +2. Pulls the selected template (the Vue CLI-compatible NativeScript-Vue template) and creates a project locally. This template relies on `.vue` components and provides routing and Vuex state management out of the box. For more information about the available templates, see [Templates](/en/docs/getting-started/templates). +3. Switches to the directory containing the newly created project. +4. Installs any npm dependencies locally. +5. Builds and runs the project on any connected devices or installed emulators for the selected platform. The `watch` option detects code changes and applies them automatically. \ No newline at end of file