Answer the question
In order to leave comments, you need to log in
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 generate
and 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
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?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question