Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilteoood/monorepo-vite
Repository used for the talk "Monorepo: come te li aggiusto con un cacciaVite"
https://github.com/ilteoood/monorepo-vite
Last synced: 22 days ago
JSON representation
Repository used for the talk "Monorepo: come te li aggiusto con un cacciaVite"
- Host: GitHub
- URL: https://github.com/ilteoood/monorepo-vite
- Owner: ilteoood
- License: mit
- Created: 2022-04-04T16:09:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T20:43:26.000Z (over 2 years ago)
- Last Synced: 2024-10-18T23:08:43.779Z (3 months ago)
- Size: 1.77 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monorepo-vite
Repository used for the talk "Monorepo: come te li aggiusto con un cacciaVite"## Organization
The repository contains different branches, each with a prefix that represents the refactoring step.
If you want to follow the proper order, here is the full list:
- [1_initial_situation](https://github.com/ilteoood/monorepo-vite/tree/1_initial_situation)
- [2_dependencies_refactor](https://github.com/ilteoood/monorepo-vite/tree/2_dependencies_refactor)
- [3_code_splitting](https://github.com/ilteoood/monorepo-vite/tree/3_code_splitting)
- [4_library_vite](https://github.com/ilteoood/monorepo-vite/tree/4_library_vite)
- [5_app_vite](https://github.com/ilteoood/monorepo-vite/tree/5_app_vite)
- [6_dynamic_import](https://github.com/ilteoood/monorepo-vite/tree/6_dynamic_import)
- [7_plugin_legacy](https://github.com/ilteoood/monorepo-vite/tree/7_plugin_legacy)