Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Update 3-installation.md#178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -27,6 +27,18 @@ $ npm install -g nativescript | ||||||
Verify the installation was successful by running `tns` in your terminal. You should see a list of the available commands. | ||||||
### Quick Installation | ||||||
Choose a [template](https://nativescript-vue.org/docs/getting-started/templates/) | ||||||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Delete this entire line. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. The templates page no longer exists, so this part is obsolete. | ||||||
```shell | ||||||
$ cd myproject | ||||||
$ npm i | ||||||
$ tns setup | ||||||
``` | ||||||
This will install all ios and android requirements rather than having to manually install them all. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||
### Windows | ||||||
Check the system requirements and follow the setup instructions for the Android SDK on Windows: | ||||||
@@ -43,4 +55,4 @@ Check the system requirements and follow the setup instructions for Xcode and th | ||||||
Check the system requirements and follow the setup instructions for the Android SDK on Linux: | ||||||
[Advanced setup: Linux](https://docs.nativescript.org/start/ns-setup-linux) |