Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.45 KB

index.md

File metadata and controls

44 lines (33 loc) · 1.45 KB
layout sidebar title titleTemplate hero features
home
false
Nuxt Splitty
Make nuxt with micro services architecture
name text tagline actions
Nuxt Splitty
Split your app into micro services
A simple mechanism to transform a monolithic Nuxt application into an application based on micro services architecture.
theme text link
brand
Get Started
/guide/introduction
theme text link
alt
Setup
/guide/setup
title details
Nuxt Like Directory Structure
title details
I18n Support
Put your translations across your modules
title details
Namespaces and aliases

Combination of Vue and NuxtJS frameworks gives us the opportunity to build any web application we want. Unfortunately, application built on this approach is monolithic and we cannot extend its behavior.


NuxtJS forces developers to have a specific directory structure (page, middleware, store, etc.). This gives us a rigid application built on specific principles.


NuxtMicroServices gives the possibility to divide the application into micro parts that use all Vue + NuxtJS mechanisms, but do not have their limitations. Structure of these parts is identical to the monolithic application, however each service can operate separately, communicate and interact with one another. The services can have small mechanisms and very complex structures.