https://github.com/crumb1e/pokesearch
A small web app to quickly lookup any Pokémon
https://github.com/crumb1e/pokesearch
js pokemon vue webapp
Last synced: about 1 month ago
JSON representation
A small web app to quickly lookup any Pokémon
- Host: GitHub
- URL: https://github.com/crumb1e/pokesearch
- Owner: crumb1e
- Created: 2019-03-20T11:00:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T14:34:57.000Z (over 5 years ago)
- Last Synced: 2025-01-27T07:23:06.175Z (over 1 year ago)
- Topics: js, pokemon, vue, webapp
- Language: JavaScript
- Homepage: https://poke.crewdson.dev
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokéSearch
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).