<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Noncio</title>
    <description>The latest articles on Forem by Noncio (@nonciok89).</description>
    <link>https://forem.com/nonciok89</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F995190%2Fe14adf74-94e9-4222-937f-456dd4133c04.jpg</url>
      <title>Forem: Noncio</title>
      <link>https://forem.com/nonciok89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nonciok89"/>
    <language>en</language>
    <item>
      <title>How to import or use js file configuration into any vue page in your nuxt app</title>
      <dc:creator>Noncio</dc:creator>
      <pubDate>Fri, 23 Dec 2022 10:37:43 +0000</pubDate>
      <link>https://forem.com/nonciok89/how-to-import-or-use-js-file-configuration-into-any-vue-page-in-your-nuxt-app-2he3</link>
      <guid>https://forem.com/nonciok89/how-to-import-or-use-js-file-configuration-into-any-vue-page-in-your-nuxt-app-2he3</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;hello

i have a nuxtjs project of listing booking

I have done all my API calls and configurations on " index.js in the store folder " and would like to display the listing data  gotten from the API call on my "listing.vue page " please how do I call do to print my data gotten or make my index.js accessable all over the app 

app setup

{
"name": "lisngbook,,
"version": "1.0.0",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
  },
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.9.1",
"nuxt": "^2.15.3",
  },
"devDependencies": {
"@nuxtjs/moment": "^1.6.1"
  },
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>javascript</category>
      <category>vue</category>
      <category>api</category>
      <category>nuxt</category>
    </item>
  </channel>
</rss>
