Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This document explains what are differences between static pages & dynamic pages

  1. Static page
    Static page is created from baseCamp in folder src/pages.
    It's used to test static components without API.
    When you create Vue files inside folder src/pages, Nuxt.js automatically generates the vue-routerconfiguration 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 components

  2. Dynamic page
    Dynamic page is created from Builder

  • No labels