This document explains what are differences between static pages & dynamic pages
Static page
Static page is created from baseCamp in foldersrc/pages
.
It's used to test static components without API.
When you create Vue files inside foldersrc/pages
, Nuxt.js automatically generates thevue-router
configuration for you.
That means you never have to write a router config again.
Nuxt.js also gives you automatic code-splitting for all your routes.
For more detail about creating FO components, please refer this doc: How to make FO componentsDynamic page
Dynamic page is created from Builder