Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfcifuentes/vue-pokemons
Project in VueJs to consume the pokemon API
https://github.com/lfcifuentes/vue-pokemons
pokeapi pokemon vuejs
Last synced: about 7 hours ago
JSON representation
Project in VueJs to consume the pokemon API
- Host: GitHub
- URL: https://github.com/lfcifuentes/vue-pokemons
- Owner: lfcifuentes
- Created: 2020-07-20T04:32:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:19:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:46:06.408Z (over 1 year ago)
- Topics: pokeapi, pokemon, vuejs
- Language: Vue
- Homepage: https://vue-pokemons.netlify.app/
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-pokemons
## 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/).