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