From 681463fb0a561c174750800dcf3b97880b4689dd Mon Sep 17 00:00:00 2001 From: Dawid Date: Sun, 22 Jun 2025 17:06:33 +0200 Subject: [PATCH] feat: add resources for scalable Vue monorepo and examples - Added a link to "Creating a scalable Monorepo for Vue" by @nagell. - Included a link to a Vue 3 monorepo template with pnpm, Nx, Vite, and more. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 861160fed..130290bad 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ - [宁皓网独立开发者训练营:Vue 前端应用开发](https://www.bilibili.com/video/BV11z42167J2/) on bilibili - [宁皓网独立开发者训练营:Vue 前端应用开发](https://studio.youtube.com/video/7SyviyGuk8k/edit) on Youtube - [Getting Started Internationalizing (i18n) with Intlayer and Vite and Vue](https://intlayer.org/doc/environment/vite-and-vue) +- [Creating a scalable Monorepo for Vue](https://dev.to/nagell/creating-a-scalable-monorepo-for-vue-intro-4nnm) by [@nagell](https://github.com/nagell) ### Examples @@ -1725,6 +1726,7 @@ _Scaffold / boilerplate / seed / starter kits / stack ensemble / Yeoman generato - [Vue3-SPA-starter-template](https://github.com/M-Media-Group/Vue3-SPA-starter-template) - A starter kit with Router, Pinia, i18n, Stripe, Event Bus, SEO meta and schema tag handling, and more. - [vue-x-platforms](https://github.com/NativeScript/vue-x-platforms) - Vue running on Web, iOS, Android and Vision Pro. - [mevn-boilerplate](https://github.com/mustafacagri/mevn-boilerplate) - ⭐️ the most comprehensive mevn stack boilerplate. ⭐️ mongodb - express - vue 3 (admin dashboard) - nodejs - nuxt 3 (client) boilerplate (pinia, tiptap, slug, vuetify and vuexy and more...) 🎉 +- [monorepo-template](https://github.com/Nagell/monorepo_template) - 🗂️ Vue 3 monorepo template with pnpm, Nx, Vite, Tailwind CSS, Storybook, TypeScript, and ready-to-use shared libraries. #### Universal