https://github.com/igorhalfeld/migrating-nuxt2-legacy-project
This is a sample project that shows how to migrate a Nuxt 2 (nuxt-bridge) w/ Vuetify 2 project to Nuxt 3
https://github.com/igorhalfeld/migrating-nuxt2-legacy-project
Last synced: 10 months ago
JSON representation
This is a sample project that shows how to migrate a Nuxt 2 (nuxt-bridge) w/ Vuetify 2 project to Nuxt 3
- Host: GitHub
- URL: https://github.com/igorhalfeld/migrating-nuxt2-legacy-project
- Owner: IgorHalfeld
- Created: 2024-07-03T13:35:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T21:57:31.000Z (about 2 years ago)
- Last Synced: 2025-03-02T22:32:38.362Z (over 1 year ago)
- Language: Vue
- Size: 445 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Migrating a Nuxt 2 legacy project to Nuxt 3
This is a sample project that shows how to migrate a Nuxt 2 (nuxt-bridge) w/ Vuetify 2 project to Nuxt 3
### How it works
1. Create a package with UI components using chadcn/vue and tailwind.
2. Use this package normally in the Nuxt 3 project.
3. Install tailwind and typescript to legacy project.
4. Use the new package in the legacy project normally.
### Setup
```bash
# run legacy project
pnpm --filter legacy-app dev
# run new project
pnpm --filter theplatform dev
```