silvesterwali / microfrontend-vue-and-vite

learning microfront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microfrontend-vue-and-vite

This is a proof of concept with Vue3, to show one of many ways to design a microfrontend. This was done using:

In this project there are the following folders:

  • pigeon: the host project, has the responsibility to contain and manage all the "child" projects (remotes)
  • pigeon-shipments: one of the remote projects, it's responsible for showing the shipments the user has
  • pigeon-tracker: another remote project, it's responsible to track the user active shipments

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

pnpm install

To run the project

pnpm start

About

learning microfront


Languages

Language:Vue 46.5%Language:TypeScript 45.9%Language:HTML 3.5%Language:JavaScript 2.6%Language:CSS 1.4%