https://github.com/alejandroq12/pokedex-vue
This is Vue.js project to practice with Axios and Vuetify
https://github.com/alejandroq12/pokedex-vue
Last synced: 2 months ago
JSON representation
This is Vue.js project to practice with Axios and Vuetify
- Host: GitHub
- URL: https://github.com/alejandroq12/pokedex-vue
- Owner: Alejandroq12
- Created: 2023-07-14T01:38:25.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-14T03:10:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T10:45:53.077Z (4 months ago)
- Language: Vue
- Size: 235 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokedex-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/).