G
G
Garguly Magnievich2019-10-07 11:45:16
Node.js
Garguly Magnievich, 2019-10-07 11:45:16

What should be the algorithm for adding new pages by site users on Nuxt.js?

The Nuxt.js application is developed locally with a node, then it is done npm run generateand firebase deploy- to deploy the site on the hosting.
Further, users enter this static site, log in and add their products (articles, pages). The Firebase console is used as a backend, and writing new data to the database does not raise any questions. The only question is how to organize the generation of these new pages?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-10-07
@UPSA

To a simple question - a simple answer)))
According to the template you wrote in Nuxt. Nuxt.js will create pages for you based on data from Firebase, but only according to the template.
https://router.vuejs.org/ru/guide/essentials/dynam... something like that?

G
Georgy Bukharov, 2019-12-14
@thousandsoulz

Switch to universal, it looks logical.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question