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.
Conversation
Adding a quick setup description showing people how to install all dependencies required without having to do each one manually
nativescript-vue-bot commentedAug 20, 2018
Deploy preview fornativescript-vue ready! Built with commitabda5d6 |
@@ -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/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The 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 comment
The reason will be displayed to describe this comment to others.Learn more.
The templates page no longer exists, so this part is obsolete.
$ 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 comment
The reason will be displayed to describe this comment to others.Learn more.
Thiswill installallios andandroid requirements rather than having to manually install them all. | |
ThisinstallsalliOS andAndroid dependencies for you instead of you having to manually install them all. |
I am wondering if we need this part here or if it could be moved to the Quick Start instead. |
@ikoevska we could include this information (or at least the relevant parts) in the Quick start guide. I feel like the Installation page doesn't really provide any value as it is right now, since all it does is link to the NS docs in all 3 sections. |
ikoevska commentedNov 6, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@rigor789 sounds good, I've opened an issue from this one. |
@rigor789 shall we close this one? |
Adding a quick setup description showing people how to install all dependencies required without having to do each one manually