Skip to content

Commit fc21ce9

Browse files
ikoevskarigor789
authored andcommitted
Fix Issue #71 (#159)
Explaining what the commands do, adding more template information #71
1 parent 33d1734 commit fc21ce9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/docs/en/getting-started/1-quick-start.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ $ npm run watch:<platform>
2222

2323
where platform is `ios` or `android`.
2424

25-
For more information about the available templates, see the [templates documentation](/en/docs/getting-started/templates).
25+
This set of commands performs the following operations on your system:
26+
27+
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.
28+
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).
29+
3. Switches to the directory containing the newly created project.
30+
4. Installs any npm dependencies locally.
31+
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.

0 commit comments

Comments
 (0)