Skip to content

A Pokedex Practice App using Nuxt 3 and Nuxt Server + Vue 3 + Tailwind CSS + PokeAPI

Notifications You must be signed in to change notification settings

Uhliber/pokedex-with-nuxt-3-server

Repository files navigation

Nuxt 3 Server Pokedex App

A Pokedex Practice App using Nuxt 3 and Nuxt Server + Vue 3 + Tailwind CSS + PokeAPI

Bonus 3D Holo Card Viewing Effect

PokeAPI - https://pokeapi.co/

Demo

https://uhliber-pokedex.netlify.app

Screenshot 2023-11-10 at 5 29 46 AM Screenshot 2023-11-10 at 5 29 57 AM

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

About

A Pokedex Practice App using Nuxt 3 and Nuxt Server + Vue 3 + Tailwind CSS + PokeAPI

Resources

Stars

Watchers

Forks