Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
npm ci
Start the development server on http://localhost:3000
:
npm run dev
Build the application for production:
npm run generate
Check out the deployment documentation for more information.
- Start a docker container with original Zeus frontend/backend.
- Run
npm run dev
Routing depends on file structure in dir pages
. Details
Stores are like services in Angular. Here we use Pinia
Details
We use 01.setup.global
middleware that runs on first load. Other middlewares we declare at every page where we need them. Details
UseApi
to request something.
UseRenderSchema
to work with render schema (suddenly).
Recursive rendering are made in ZeusDynamicRenderer
. Other components are just copies of original ones.
We don't use it at all. It is made for SSR, we don't have it.