{"id":525,"date":"2019-09-06T10:37:03","date_gmt":"2019-09-06T10:37:03","guid":{"rendered":"https:\/\/docs.theironnetwork.org\/vuely\/?page_id=525"},"modified":"2019-11-13T07:32:48","modified_gmt":"2019-11-13T07:32:48","slug":"faqs-frequently-asked-questions","status":"publish","type":"page","link":"https:\/\/docs.theironnetwork.org\/vuely\/faqs-frequently-asked-questions\/","title":{"rendered":"FAQ&#8217;s (Frequently Asked Questions)"},"content":{"rendered":"\n<p>Below are the most commonly asked questions about this template. We recommend you to please go through the following questions before submitting any support request, may be you will find your problem already had an answer below: <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-set-default-layout\">How to set default layout?<\/h4>\n\n\n\n<p> If you have any confusion in changing the default layout, please go through this section <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/docs.theironnetwork.org\/vuely\/different-layouts\/\" target=\"_blank\">Different Layouts<\/a> to get your problem solved out. <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-can-i-change-the-green-loader\">How can I change the green loader?<\/h4>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" width=\"125\" height=\"122\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loader.png\" alt=\"\" class=\"wp-image-531\"\/><figcaption>Green Loader<\/figcaption><\/figure><\/div>\n\n\n\n<p>We have used <a href=\"https:\/\/nguyenvanduocit.github.io\/vue-loading-spinner\/\" target=\"_blank\" rel=\"noreferrer noopener\">vue-loading-spinner<\/a> module in the template, which provides a lot of predefined loading indicators. You can easily change the loading indicator in your template.<\/p>\n\n\n\n<p>If you want to change the green loader, then please follow the steps given below:<\/p>\n\n\n\n<p>Go to the <code>src-&gt;container<\/code> directory and open the selected layout that you are using in the app. In our case we have taken an example of <code>Full.vue<\/code> i.e. the default layout &amp; implemented the &#8220;Google Spin&#8221;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> <br>&lt;template&gt;<br>    &lt;div class=\"app-default-layout\"&gt;<br> &lt;template v-if=\"loading\"&gt;<br>    &lt;google&gt;&lt;\/google&gt; \/\/ add the component here<br> &lt;\/template&gt;<br> &lt;\/div&gt;<br> ...<br>&lt;\/template&gt;<br> <br>&lt;script&gt;<br>...<br>import { Google } from \"vue-loading-spinner\"; \/\/ import the selected loading indicator<br> <br>export default {<br>  ...,<br>  components: {<br>    Google    \/\/ define your component<br>  }<br>}<br> <br>&lt;\/script&gt; <\/pre>\n\n\n\n<blockquote class=\"wp-block-quote\"><p> The &#8220;vue-loading-spinner&#8221; have some differences in the names given on the sample website &amp; in the actual usage. So for checking the samples follow the official <a rel=\"noreferrer noopener\" href=\"https:\/\/nguyenvanduocit.github.io\/vue-loading-spinner\/\" target=\"_blank\">website<\/a> &amp; for exact name sources do check their official <a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/nguyenvanduocit\/vue-loading-spinner\/tree\/master\/src\/components\" target=\"_blank\">GitHub<\/a> repo. <\/p><\/blockquote>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-can-i-change-the-amount-of-time-that-the-green-loader-shows-up\">How can I change the amount of time that the green loader shows up?<\/h4>\n\n\n\n<p> Go to location <code>src-&gt;container<\/code>, open that layout file that you are using in your template and update the time of loader. Example: we are using the default layout. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/time-loader.png\"><img loading=\"lazy\" width=\"349\" height=\"213\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/time-loader.png\" alt=\"\" class=\"wp-image-532\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/time-loader.png 349w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/time-loader-300x183.png 300w\" sizes=\"(max-width: 349px) 100vw, 349px\" \/><\/a><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-can-i-customize-the-green-loader\">How can I customize the green loader ?<\/h4>\n\n\n\n<p>Please follow the steps below to customize the green loader:<\/p>\n\n\n\n<p>To change the width and height of the loader go to <code>src-&gt;assets-&gt;scss-&gt;custom-&gt;_effect.scss<\/code> and update its height, width according to your requirement as mentioned in given screenshot: <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" width=\"416\" height=\"183\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/cust-loader.png\" alt=\"\" class=\"wp-image-533\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/cust-loader.png 416w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/cust-loader-300x132.png 300w\" sizes=\"(max-width: 416px) 100vw, 416px\" \/><\/figure><\/div>\n\n\n\n<p>\nTo change the color of the loader go to <code>src-&gt;assets-&gt;scss-&gt;custom-&gt;_common.scss<\/code> and replace the variable with your required color as defined in the screenshot below:\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/color-code1.png\"><img loading=\"lazy\" width=\"351\" height=\"86\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/color-code1.png\" alt=\"\" class=\"wp-image-535\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/color-code1.png 351w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/color-code1-300x74.png 300w\" sizes=\"(max-width: 351px) 100vw, 351px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><strong>Note:<\/strong> If you want to assign the color to the $success variable then go to location <code>src-&gt;assets-&gt;scss-&gt;_app.variables.scss<\/code> and assign your required color code as given in the screenshot: \n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/colorcode2.png\"><img loading=\"lazy\" width=\"516\" height=\"51\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/colorcode2.png\" alt=\"\" class=\"wp-image-534\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/colorcode2.png 516w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/colorcode2-300x30.png 300w\" sizes=\"(max-width: 516px) 100vw, 516px\" \/><\/a><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-remove-auth-0\">How to remove auth0?<\/h4>\n\n\n\n<p>Follow the instructions given below to remove auth0 from the template:-<\/p>\n\n\n\n<p>1. Go to <code>src-&gt;views-&gt;session<\/code> , open the <code>LoginOne.vue<\/code> file and remove the Signin With Auth0 button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1.png\"><img loading=\"lazy\" width=\"1024\" height=\"474\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1-1024x474.png\" alt=\"\" class=\"wp-image-536\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1-1024x474.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1-300x139.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1-768x356.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth1.png 1529w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>2. Also you need to remove it&#8217;s method from the same file as given in the screenshot. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2.png\"><img loading=\"lazy\" width=\"1024\" height=\"441\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2-1024x441.png\" alt=\"\" class=\"wp-image-537\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2-1024x441.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2-300x129.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2-768x331.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth2.png 1429w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p> 3. Go to <code>src<\/code> folder and delete the <code>auth<\/code> directory. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3.png\"><img loading=\"lazy\" width=\"1024\" height=\"166\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3-1024x166.png\" alt=\"\" class=\"wp-image-538\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3-1024x166.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3-300x49.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3-768x124.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3-1568x254.png 1568w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth3.png 1710w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p> 4. Go to <code>src-&gt;store-&gt;modules-&gt;auth<\/code> directory and open <code>index.js<\/code> file. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5.png\"><img loading=\"lazy\" width=\"1024\" height=\"499\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1024x499.png\" alt=\"\" class=\"wp-image-539\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1024x499.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-300x146.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-768x375.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5.png 1429w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1.png\"><img loading=\"lazy\" width=\"1024\" height=\"499\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1-1024x499.png\" alt=\"\" class=\"wp-image-540\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1-1024x499.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1-300x146.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1-768x375.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth5-1.png 1429w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>5. Go to <code>src-&gt;router<\/code> directory and open <code>index.js<\/code> file.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6.png\"><img loading=\"lazy\" width=\"1024\" height=\"471\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6-1024x471.png\" alt=\"\" class=\"wp-image-541\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6-1024x471.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6-300x138.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6-768x353.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth6.png 1224w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p> 6. Now Open <code>src-&gt;App.vue<\/code> file and remove auth0 variables. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7.png\"><img loading=\"lazy\" width=\"1024\" height=\"524\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7-1024x524.png\" alt=\"\" class=\"wp-image-542\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7-1024x524.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7-300x153.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7-768x393.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth7.png 1177w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8.png\"><img loading=\"lazy\" width=\"1024\" height=\"473\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8-1024x473.png\" alt=\"\" class=\"wp-image-543\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8-1024x473.png 1024w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8-300x139.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8-768x355.png 768w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/auth8.png 1173w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p> That&#8217;s it, this is all you need to do to remove the auth0. <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-enable-user-tour-in-development-mode\">How to enable user tour in development mode?<\/h4>\n\n\n\n<p>Tour by default works in production mode only. If you want to show it in development mode, then go to the <code>src-&gt;constants<\/code> and open <code>AppConfig.js<\/code> file and set the <code>enableUserTour<\/code> variable to <code>true<\/code>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/**<br> * App Config File<br> *\/<br>export default {<br> appLogo: '\/static\/img\/site-logo.png',  \/\/ App Logo,<br> darkLogo: '\/static\/img\/site-dark-logo.png', \/\/ dark logo<br> appLogo2: '\/static\/img\/session.png',  \/\/ App Logo 2 For Login &amp; Signup Page<br> brand: 'Vuely',   \/\/ Brand Name<br> copyrightText: 'Vuely \u00a9 2018 All Rights Reserved.',  \/\/ Copyright Text<br> enableUserTour: true    \/\/ Enables the User Tour In Development Mode<br>} <br><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-run-production-build\">How to run Production Build?<\/h4>\n\n\n\n<p>Follow the instructions given below to run <code>dist<\/code> (production build):<\/p>\n\n\n\n<p><strong>Install http-server globally in your machine<\/strong><\/p>\n\n\n\n<p>For window: run <code>npm install -g http-server<\/code> in the administrative privileges.\nFor macOS and Ubuntu: run <code>sudo npm install -g http-server<\/code><\/p>\n\n\n\n<p>Now go the project directory and run <code>http-server .\/dist<\/code><\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-integrate-apis-in-vuely\">How to integrate Api&#8217;s in Vuely?<\/h4>\n\n\n\n<p>Vuely comes with Api&#8217;s ready means you can easily integrate api&#8217;s and connect with the backend server as well. Follow these steps to integrate api&#8217;s:<\/p>\n\n\n\n<p>1.You can pass the api path as value for  <code>baseURL<\/code> key in the <code>vuely\/src\/api\/index.js<\/code> file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import axios from 'axios'; \nexport default \n   axios.create({ \n      baseURL: 'https:\/\/vuely.theironnetwork.org\/data\/'\n   }); <\/pre>\n\n\n\n<p>2. Here is an example to integrate api. Open <code>vuely\/src\/components\/Widgets\/TodoList.vue<\/code> file: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;template&gt;<br>  ...<br>&lt;\/template&gt;<br> <br>&lt;script&gt;<br>...<br>import api from \"Api\";<br> <br>export default {<br>   data() {<br>     toDoLists: null<br>   },<br>   mounted() {<br>      this.getTodos();<br>   },<br>   methods: {<br>       getTodos() {<br>          api <br>           .get(\"vuely\/todo.js\") <br>           .then(response =&gt; { <br>              this.toDoLists = response.data; <br>            }) <br>            .catch(error =&gt; { <br>               console.log(\"error\" + error<br>            ); <br>         });<br>       }<br>       ...<br>   }<br>}<br>&lt;\/script&gt; <\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-change-the-color-of-the-template\">How to change the color of the template?<\/h4>\n\n\n\n<p>Here are step by step instructions to change the color on the template.<\/p>\n\n\n\n<p><strong>Case1: Change Theme&#8217;s<\/strong><\/p>\n\n\n\n<p>Please check the <a href=\"https:\/\/docs.theironnetwork.org\/vuely\/themes\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Themes<\/a> section to get detailed information about changing the theme&#8217;s in the template.<\/p>\n\n\n\n<p><strong>Case2: Change Theme Color<\/strong><\/p>\n\n\n\n<p>Please check the <a href=\"https:\/\/docs.theironnetwork.org\/vuely\/style-customization\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Style Customization<\/a> section to get knowledge about changing the theme color in the template.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-i-can-disable-the-firebase\">How I can disable the FIREBASE?<\/h4>\n\n\n\n<p>Follow these instructions to disable the firebase:-<\/p>\n\n\n\n<p>1). Remove the firebase from the <code>src-&gt;main.js<\/code>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/main.png\"><img loading=\"lazy\" width=\"717\" height=\"301\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/main.png\" alt=\"\" class=\"wp-image-544\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/main.png 717w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/main-300x126.png 300w\" sizes=\"(max-width: 717px) 100vw, 717px\" \/><\/a><figcaption>main.js<br><\/figcaption><\/figure><\/div>\n\n\n\n<p>\n2).  Go to <code>src -&gt; views -&gt; session<\/code> , open the LoginOne.vue file and remove these lines of code as mentioned in screenshots.\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue.png\"><img loading=\"lazy\" width=\"570\" height=\"566\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue.png\" alt=\"\" class=\"wp-image-545\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue.png 570w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue-150x150.png 150w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue-300x298.png 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" \/><\/a><figcaption>LoginOne.vue<\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue2.png\"><img loading=\"lazy\" width=\"997\" height=\"164\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue2.png\" alt=\"\" class=\"wp-image-546\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue2.png 997w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue2-300x49.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue2-768x126.png 768w\" sizes=\"(max-width: 997px) 100vw, 997px\" \/><\/a><figcaption> LoginOne.vue <\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue3.png\"><img loading=\"lazy\" width=\"608\" height=\"513\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue3.png\" alt=\"\" class=\"wp-image-547\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue3.png 608w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/loginonevue3-300x253.png 300w\" sizes=\"(max-width: 608px) 100vw, 608px\" \/><\/a><figcaption> <br>LoginOne.vue <\/figcaption><\/figure><\/div>\n\n\n\n<p>\n3). Remove firebase folder  from the location <code>src\/firebase.<\/code><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/removefirebase.png\"><img loading=\"lazy\" width=\"896\" height=\"266\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/removefirebase.png\" alt=\"\" class=\"wp-image-548\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/removefirebase.png 896w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/removefirebase-300x89.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/removefirebase-768x228.png 768w\" sizes=\"(max-width: 896px) 100vw, 896px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>\n4). Go to<code> src -&gt; store -&gt; modules -&gt; auth -&gt; index.js <\/code>and remove below lines of code as mentioned in screenshots.\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs.png\"><img loading=\"lazy\" width=\"1004\" height=\"546\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs.png\" alt=\"\" class=\"wp-image-549\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs.png 1004w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs-300x163.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs-768x418.png 768w\" sizes=\"(max-width: 1004px) 100vw, 1004px\" \/><\/a><figcaption>index.js<\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs2.png\"><img loading=\"lazy\" width=\"1003\" height=\"598\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs2.png\" alt=\"\" class=\"wp-image-550\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs2.png 1003w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs2-300x179.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/indexjs2-768x458.png 768w\" sizes=\"(max-width: 1003px) 100vw, 1003px\" \/><\/a><figcaption>index.js<\/figcaption><\/figure><\/div>\n\n\n\n<p>\n5). Go to <code>src -&gt; views -&gt; session<\/code> , open the SignUpOne.vue file and remove all methods for firebase login authentication.\n\n<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone1.png\"><img loading=\"lazy\" width=\"958\" height=\"629\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone1.png\" alt=\"\" class=\"wp-image-551\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone1.png 958w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone1-300x197.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone1-768x504.png 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/a><figcaption>SignUpOne.vue<\/figcaption><\/figure><\/div>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone2.png\"><img loading=\"lazy\" width=\"1001\" height=\"338\" src=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone2.png\" alt=\"\" class=\"wp-image-552\" srcset=\"https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone2.png 1001w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone2-300x101.png 300w, https:\/\/docs.theironnetwork.org\/vuely\/wp-content\/uploads\/sites\/2\/2019\/09\/signupone2-768x259.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/><\/a><figcaption> SignUpOne.vue <\/figcaption><\/figure>\n\n\n\n<p> 6). Also run <code>\"npm uninstall --save firebase\"<\/code> to uninstall the package from the dependencies.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"this-template-is-build-with-scss\">This template is build with scss?<\/h4>\n\n\n\n<p>Yes, this template uses scss variables, mixins and proper structure of the scss so as to provide you the full control over the styling. Using scss variables, you can customize the whole template as much as you can. Please check the <code>src-&gt;assets-&gt;scss<\/code> folder in the template to have an inside look of the scss variables used in the template<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h5 id=\"integrate-the-template-with-nuxt-is-it-possible\">Integrate the template with NUXT, Is it possible?<\/h5>\n\n\n\n<p>Yes, it is possible to integrate <strong>NUXT<\/strong> with <strong>Vuely<\/strong>. Here is step by step instructions to integrate:<\/p>\n\n\n\n<ul><li class=\"\">Install vue-cli by running npm install -g vue-cli<\/li><li class=\"\">Now run this &#8220;vue init vuetifyjs\/nuxt my-project&#8221; it will create your project files.<\/li><li class=\"\">Now you can copy Vuely Stores and Components from Vue.js project to the corresponding Nuxt folders. <\/li><li class=\"\">For routing, you have to recreate each route in Pages folder.<\/li><li class=\"\">Afterwards, for each Page you have to rethink and refactor your loading and data strategy (asyncData() instead of data()).<\/li><li class=\"\">To get more information about Nuxt, Please read the <a href=\"https:\/\/nuxtjs.org\/guide\" target=\"_blank\" rel=\"noreferrer noopener\">official document.<\/a><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-connect-to-others-databases-like-mongodb-mysql\">How to connect to others databases? Like MongoDb, Mysql.<\/h4>\n\n\n\n<p>Vuely comes with Api through which you can connect your database like mongoDb, mysql etc with this template. Here is step by step instructions to connect your database server with this template:-<\/p>\n\n\n\n<ul><li class=\"\">You must have a backend server.<\/li><li class=\"\">Add your backend url under the <code>src-&gt;api-&gt;index.js<\/code> file in the <code>baseURL<\/code> key.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">import axios from 'axios'; \nexport default \n   axios.create({ \n      baseURL: 'https:\/\/vuely.theironnetwork.org\/data\/', \n      timeout: 1000\n   }); <\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h4 id=\"how-to-integrate-vuely-with-laravel\">How to integrate Vuely with Laravel?<\/h4>\n\n\n\n<p><strong>Note:<\/strong> You need to open the vuely, vuely-laravel(package that we provide) and your laravel project. By default vue is present in your freshly created laravel project, as you can see in <code>package.json<\/code> file . <\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Open terminal and go to your project directory and run the following commands: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm install \/\/create node-module folder<br>npm run dev \/\/compile everything <\/pre>\n\n\n\n<p><strong>Step 2:<\/strong> Open the Laravel&#8217;s <code>webpack.mix.js<\/code> and replace the content with the following code <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">let mix = require('laravel-mix');<br>  mix.autoload({<br>    'jquery': ['$', 'window.jQuery', 'jQuery'],<br>})<br> <br>mix.webpackConfig({<br>    resolve: {<br>        alias: {<br>            'Api': path.resolve(__dirname, 'resources\/js\/api\/'),<br>            'Components': path.resolve(__dirname, 'resources\/js\/components\/'),<br>            'Constants': path.resolve(__dirname, 'resources\/js\/constants\/'),<br>            'Container': path.resolve(__dirname, 'resources\/js\/container\/'),<br>            'Views': path.resolve(__dirname, 'resources\/js\/views\/'),<br>            'Helpers': path.resolve(__dirname, 'resources\/js\/helpers\/'),<br>            'Themes': path.resolve(__dirname, 'resources\/js\/themes\/')<br>        }<br>    },<br>    output: {<br>        chunkFilename: mix.inProduction() ? \"js\/prod\/chunks\/[name]?id=[chunkhash].js\" : \"js\/dev\/chunks\/[name].js\"<br>    }<br>});<br> <br>mix.js(\"resources\/js\/main.js\", \"public\/js\")<br>   .sass(\"resources\/js\/assets\/scss\/_style.scss\", \"public\/css\/style.css\"); <\/pre>\n\n\n\n<p>Content of <code>mix.autoload<\/code> and <code>mix.webpackConfig<\/code> is added here from vuely&#8217;s <code>vue.config.js<\/code> .<br><\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Open the vuely-laravel project that we have given to you and copy the content of <code>package.json<\/code> and paste it in your Laravel&#8217;s project <code>package.json<\/code>.<\/p>\n\n\n\n<p><strong>Step 4: <\/strong>Create a file <code>.babelrc<\/code> in your project directory (projectName\/.babelrc) and put the following code in the file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{<br>   \"plugins\": [\"syntax-dynamic-import\"]<br>} <\/pre>\n\n\n\n<p><strong>Step 5:<\/strong> Go to your project&#8217;s route\/web.php and replace the route with the following code: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Route::get('{any}', function () { return view('welcome'); })-&gt;where('any','.*'); <\/pre>\n\n\n\n<p><strong>Step 6:<\/strong> Go to your laravel project in <code>resources\/js<\/code> and remove  <code>app.js<\/code> file . Then open the <code>vuely\/src<\/code> and copy all the folders and files and paste it inside your laravel&#8217;s project <code>resources\/js<\/code>.<\/p>\n\n\n\n<p><strong>Step 7:<\/strong> Replace the code of your laravel&#8217;s <code>resource\/views\/welcome.blade.php<\/code> with the vuely&#8217;s <code>public\/index.html<\/code> and after that, update the <code>welcome.blade.php<\/code> file by adding the following line in your head tag:<\/p>\n\n\n\n<p>Replace the link tag with <code>rel=\"icon\"<\/code> with the following line: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> &lt;link rel=\"shortcut icon\" type=\"image\/png\" href=\"{{asset('favicon.png')}}\" \/&gt; <\/pre>\n\n\n\n<p>and your body should looks like this: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;body&gt;<br>   &lt;div id=\"app\"&gt;&lt;\/div&gt;<br>   &lt;script type=\"text\/javascript\" src=\"{{asset('js\/main.js')}}\"&gt;&lt;\/script&gt;<br>&lt;\/body&gt; <\/pre>\n\n\n\n<p><strong>Step 8:<\/strong> Copy the static folder and favicon from vuely&#8217;s public folder and paste it inside your laravel&#8217;s project public folder.<\/p>\n\n\n\n<p><strong>Step 9:<\/strong> In your laravel&#8217;s project <code>public\/js<\/code> remove this <code>app.js<\/code> and remove the <code>css<\/code> folder from the public directory of your laravel project.<\/p>\n\n\n\n<p><strong>Step 10:<\/strong> Now, Go to<code>resources-&gt;js-&gt;lib<\/code> and remove VuelyCss.js file. Now open main.js file and remove following import file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import '.\/lib\/VuelyCss' <\/pre>\n\n\n\n<p><strong>Step 11: <\/strong>Go to<code>resources-&gt;js-&gt;assets-&gt;scss<\/code> and create <code>_vendor.scss<\/code> file and add the following content in it. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/* ======= All App File Include Here ======= *\/<br>\/\/ Vuetify Css<br>@import '~vuetify\/dist\/vuetify.css';<br> <br>\/\/ Editor Css<br>@import '~vue-wysiwyg\/dist\/vueWysiwyg.css';<br>@import '~quill\/dist\/quill.core.css';<br>@import '~quill\/dist\/quill.snow.css';<br>@import '~quill\/dist\/quill.bubble.css';<br> <br>@import '~vue-tour\/dist\/vue-tour.css';<br> <br>\/\/ Drag And Drop Css<br>@import '~vue2-dragula\/styles\/dragula.css';<br> <br>\/\/ nprogress<br>@import '~nprogress\/nprogress.css';<br> <br>\/\/ Icon Files<br>@import '~weather-icons\/css\/weather-icons.min.css';<br>@import '~..\/themify-icons\/themify-icons.css';<br> <br>\/\/ leaflet map css<br>@import '~leaflet\/dist\/leaflet.css';<br> <br>\/\/ Slick Slider<br>@import \"~slick-carousel\/slick\/slick.css\";<br>@import \"~slick-carousel\/slick\/slick-theme.css\";<br> <br>\/\/ animate css<br>@import '~..\/animate.css';<br> <br>\/\/ Video Player CSS<br>@import '~video.js\/dist\/video-js.css';<br>@import '~vue-video-player\/src\/custom-theme.css';<br> <br>\/\/ Image Croppa CSS<br>@import '~vue-croppa\/dist\/vue-croppa.css';<br> <br>\/\/ CryptoIcons CSS<br>@import '~..\/webfont\/cryptocoins.css';  <\/pre>\n\n\n\n<p><strong>Step 12:  <\/strong>Now import this<code> _vendor.scss<\/code> file into <code>style.scss <\/code>file. <\/p>\n\n\n\n<p><strong>Step 13:<\/strong> Now, run the following command:\n\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm install \/\/To download the dependencies <\/pre>\n\n\n\n<p>If you want to run the project in development mode, then run this command: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run dev \/\/compile everything in devlopment mode <\/pre>\n\n\n\n<p>If you want to run the project in production mode, then run this command: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm run prod \/\/compile everything in production mode <\/pre>\n\n\n\n<p>In the last, serve your project with the following command: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">php artisan serve\n\n<\/pre>\n<div class=\"pld-like-dislike-wrap pld-template-1\">\n    <div class=\"pld-like-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-like-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"525\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-ip-check=\"0\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-up\"><\/i>\n                    <\/a>\n    <span class=\"pld-like-count-wrap pld-count-wrap\">2    <\/span>\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\n    <a href=\"javascript:void(0);\" class=\"pld-dislike-trigger pld-like-dislike-trigger \" title=\"\" data-post-id=\"525\" data-trigger-type=\"dislike\" data-ip-check=\"0\" data-restriction=\"cookie\" data-user-check=\"1\">\n                        <i class=\"fas fa-thumbs-down\"><\/i>\n                    <\/a>\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\n<\/div><\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Below are the most commonly asked questions about this template. We recommend you to please go through the following questions before submitting any support request, may be you will find your problem already had an answer below: How to set default layout? If you have any confusion in changing the default layout, please go through [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":62,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/525"}],"collection":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/comments?post=525"}],"version-history":[{"count":14,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/525\/revisions"}],"predecessor-version":[{"id":884,"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/pages\/525\/revisions\/884"}],"wp:attachment":[{"href":"https:\/\/docs.theironnetwork.org\/vuely\/wp-json\/wp\/v2\/media?parent=525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}