For SEO Reasons i had to rebuild my vuejs app with Nuxt.
How can you import npm packages in nuxt app?
like in vue.js you simply add the code below to APP.vue
import InfiniteLoading from 'vue-infinite-loading'
vue.use(InfiniteLoading)
For SEO Reasons i had to rebuild my vuejs app with Nuxt.
How can you import npm packages in nuxt app?
like in vue.js you simply add the code below to APP.vue
import InfiniteLoading from 'vue-infinite-loading'
vue.use(InfiniteLoading)