Hi community i have a nuxtjs project with many dynamic pages and want to generate all of them for example /post/example must generate for me example.html with npm run generate but this generate juste pages in pages folder
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (5)
You should install serve package
after install
when you run generate command it's well save it in
dist
folderrun this command
This will generate all the project?
Yes
okey thank you so much
you welcome