https://github.com/rootasjey/trombidex
A Nuxt pokedex app experiment
https://github.com/rootasjey/trombidex
nuxt pokeapi pokedex pokemon vue
Last synced: 4 months ago
JSON representation
A Nuxt pokedex app experiment
- Host: GitHub
- URL: https://github.com/rootasjey/trombidex
- Owner: rootasjey
- License: mpl-2.0
- Created: 2018-12-08T20:43:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T11:41:38.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:50:00.472Z (over 1 year ago)
- Topics: nuxt, pokeapi, pokedex, pokemon, vue
- Language: Vue
- Homepage: https://trombidex--trombidex.asia-east1.hosted.app/
- Size: 10 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trombidex
A simple pokedex app for experiments.
## Quickstart
You can test the app at the available URL at the top of this page.
## Screenshots

## Features
* Browse Pokemons list
* Search a Pokemon by name or by id
## Development
* Clone the repo with `git clone https://github.com/rootasjey/trombidex`
* Go to the cloned repo with `cd trombidex`
* Install dependencies with `yarn` or `npm install`
* Run the app with `yarn run start` or `npm start`
*
-> Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
## Licence
Mozilla Public License 2.0