This is a sample project that shows how to migrate a Nuxt 2 (nuxt-bridge) w/ Vuetify 2 project to Nuxt 3
- Create a package with UI components using chadcn/vue and tailwind.
- Use this package normally in the Nuxt 3 project.
- Install tailwind and typescript to legacy project.
- Use the new package in the legacy project normally.
# run legacy project
pnpm --filter legacy-app dev
# run new project
pnpm --filter theplatform dev