/PokeNuxt

Pokemon Nuxt 3

Primary LanguageVue

Pokemon Nuxt

Pokemon Nuxt

Tech

This project uses the following modules and technologies:

Rest API

This project uses the PokéAPI to fetch Pokémon data.

Setup

Look at the Nuxt 3 documentation to learn more.

Make sure to install the dependencies:

# npm
npm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# bun
bun run dev

Check out the deployment documentation for more information.