This project uses the following modules and technologies:
- Nuxt 3
- @nuxt/fonts
- @nuxt/ui
- @nuxt/image
- @nuxt/eslint
- @nuxtjs/apollo
- nuxt-svgo
- nuxt-og-image
- AOS (Animate On Scroll)
This project uses the PokéAPI to fetch Pokémon data.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# bun
bun run dev
Check out the deployment documentation for more information.