Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edgi9/pokedex
An app that connects to two open source Pokemon API's in order to create a simple pokedex
https://github.com/edgi9/pokedex
Last synced: about 2 months ago
JSON representation
An app that connects to two open source Pokemon API's in order to create a simple pokedex
- Host: GitHub
- URL: https://github.com/edgi9/pokedex
- Owner: EDGI9
- License: mit
- Created: 2022-09-25T12:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T15:48:27.000Z (over 2 years ago)
- Last Synced: 2023-03-14T22:21:54.057Z (almost 2 years ago)
- Language: Vue
- Size: 651 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedex
An app that connects to two open source Pokemon API's in order to create a simple pokedex# Demo
[Pokedex](https://edgi9.github.io/pokedex/)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).