I
I
inavo2020-06-27 14:16:12
Vue.js
inavo, 2020-06-27 14:16:12

How to use nuxtjs directly in a file?

In the case of Vue, it can be included directly in the required file in the script tag

var app = new Vue({
    el     : '#somediv,
})


Is it possible to similarly connect Nuxt alongside Vue to use server rendering?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin B., 2020-06-27
@inavo

Is it possible to similarly connect Nuxt alongside Vue to use server rendering?

No. Nuxt is a very different technology that you don't understand very well. Nuxt does not embed anywhere, it does not need to be connected anywhere. Nuxt is both the backend (not to be confused with the API) and the frontend of your application.
You are either using Nuxt or another SSR

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question