From f865f04a0708ec8f56ed44fe10893c20d508d920 Mon Sep 17 00:00:00 2001 From: Manoj Date: Thu, 14 Jun 2018 13:24:11 +0530 Subject: [PATCH] Removes links to the staging server --- oldGuide/index.md | 2 +- oldGuide/installation.md | 8 ++++---- src/docs/installation.md | 8 ++++---- src/getting-started.md | 5 ++--- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/oldGuide/index.md b/oldGuide/index.md index 6b67253..5f65683 100644 --- a/oldGuide/index.md +++ b/oldGuide/index.md @@ -20,7 +20,7 @@ React Native is an open source framework for building truly native mobile applic ** Hello World In Vue Native ** -The easiest way to try out [Vue Native](http://vuenativedocs.geekydev.com) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project. +The easiest way to try out [Vue Native](https://vue-native.io/) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project. Create a .vue file and copy and paste the below content. diff --git a/oldGuide/installation.md b/oldGuide/installation.md index e27c8a4..17cf1b1 100644 --- a/oldGuide/installation.md +++ b/oldGuide/installation.md @@ -6,7 +6,7 @@ vue_version: 2.5.13 gz_size: "30.67" --- -This page will help you install and build your first native app using [Vue Native](http://vuenativedocs.geekydev.com). +This page will help you install and build your first native app using [Vue Native](https://vue-native.io/). **System Requirements** * Globally installed [node](https://nodejs.org/en/) >= 6.0 @@ -67,9 +67,9 @@ module.exports = { }; ``` -You've successfully setup [Vue Native](http://vuenativedocs.geekydev.com) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices. +You've successfully setup [Vue Native](https://vue-native.io/) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices. -Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](http://vuenativedocs.geekydev.com) and [NativeBase](https://nativebase.io). +Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](https://vue-native.io/) and [NativeBase](https://nativebase.io). ** Step 4 Running The App ** @@ -90,7 +90,7 @@ For details installation, please refer to [Getting Started With React Native Doc ## Setup with Vue Native Cli -[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](http://vuenativedocs.geekydev.com). +[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](https://vue-native.io/). Assuming that you have globally installed [create-react-native-app](https://github.com/react-community/create-react-native-app). diff --git a/src/docs/installation.md b/src/docs/installation.md index e64d2aa..37c1a51 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -6,7 +6,7 @@ vue_version: 2.5.13 gz_size: "30.67" --- -This page will help you install and build your first native app using [Vue Native](http://vuenativedocs.geekydev.com). +This page will help you install and build your first native app using [Vue Native](https://vue-native.io/). **System Requirements** * Globally installed [node](https://nodejs.org/en/) >= 6.0 @@ -15,7 +15,7 @@ This page will help you install and build your first native app using [Vue Nativ ## Setup with Vue Native Cli -[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](http://vuenativedocs.geekydev.com). +[Vue Native Cli](https://github.com/GeekyAnts/vue-native-cli) is the easiest way to start building a application using [Vue Native](https://vue-native.io/). Assuming that you have globally installed [create-react-native-app](https://github.com/react-community/create-react-native-app). @@ -106,9 +106,9 @@ module.exports = { }; ``` -You've successfully setup [Vue Native](http://vuenativedocs.geekydev.com) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices. +You've successfully setup [Vue Native](https://vue-native.io/) with your [React Native](https://facebook.github.io/react-native/) app. Now build truly native app which are ready to run on iOS and Android devices. -Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](http://vuenativedocs.geekydev.com) and [NativeBase](https://nativebase.io). +Check out the [KitchenSink Vue Native App](https://github.com/GeekyAnts/KitchenSink-Vue-Native) an example which demonstrate different usages of [Vue Native](https://vue-native.io/) and [NativeBase](https://nativebase.io). ** Step 4 Create A Vue File ** Remove the Content of the `App.js` file and rename `App.js` file with `App.vue`. diff --git a/src/getting-started.md b/src/getting-started.md index e424d89..307aa2c 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -8,8 +8,7 @@ order: 3 ** Hello World In Vue Native ** -The easiest way to try out [Vue Native](http://vuenativedocs.geekydev.com) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project. - +The easiest way to try out [Vue Native](https://vue-native.io/) is by building a Hello world app. The [Installation](installation.html) page provides setup of installing Vue Native and setup the project. Create a .vue file and copy and paste the below content. ```html @@ -51,4 +50,4 @@ export default {
- \ No newline at end of file +