https://github.com/nicolasjengler/pokedex-vue
Pokémon Go Kanto region Pokédex made with Vue.js
https://github.com/nicolasjengler/pokedex-vue
Last synced: 21 days ago
JSON representation
Pokémon Go Kanto region Pokédex made with Vue.js
- Host: GitHub
- URL: https://github.com/nicolasjengler/pokedex-vue
- Owner: NicolasJEngler
- Created: 2020-02-02T04:21:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:17:13.000Z (over 2 years ago)
- Last Synced: 2023-12-18T03:21:15.645Z (over 1 year ago)
- Language: Vue
- Size: 3.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokemon-vue
## 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/).