Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugsyaya/pokedex
https://github.com/bugsyaya/pokedex
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugsyaya/pokedex
- Owner: Bugsyaya
- Created: 2021-01-31T14:10:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T14:34:02.000Z (over 3 years ago)
- Last Synced: 2024-10-21T23:22:19.278Z (15 days ago)
- Language: Vue
- Size: 447 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokedex
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).