Hello I am your main app

I am utilizing Nuxt Layers. I consist of 2 layer applications, shell and utils, the top navigation and the footer are defined in the shell app as part of the default layout, so anyone that uses the shell layer will automatically inherit them.

Layers/Extends Support Tracker on github

current limitations:

  • 🟢
    dependencies from layers are not being auto installed. issue #13367 & issue #51
  • 🟢
    not sure if vuex or pinia can be used in layers as the stores/ dir is not shared between layers

pinia store:

count: 0