KO
|
EN
gitlite — search
Search
#python
#javascript
#chatgpt
#openai
#tailwindcss
#react
#android
#css
#cli
#golang
#chatgpt-api
#typescript
microfrontend-vue-and-vite
★ 49
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
State-of-Health-SOH-and-State-of-Charge-SOC-Estimation-for-Battery-Electric-Vehicle
:
No description available.
Stable-Diffusion-on-GCP
:
No description available.
GHOST
:
GHOST is accepted by TGRS
centralized-logs
:
Centralizing AWS CloudWatch log forwarding via EventBridge and Step Functions
artus-cli
:
CLI framework with modern features
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
microfrontend-vue-and-vite
?
Download (.md)
# 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: - Vue 3 - Vite as bundle pack tool - [vite-plugin-federation](https://github.com/originjs/vite-plugin-federation) as a Module federation tool 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](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Project Setup ```sh pnpm install ``` ## To run the project ```sh pnpm start ```