Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgecj/the-dog-api
Api consumption of TheDogAPI.
https://github.com/jorgecj/the-dog-api
html-css-javascript thedogapi vite vuejs3
Last synced: about 8 hours ago
JSON representation
Api consumption of TheDogAPI.
- Host: GitHub
- URL: https://github.com/jorgecj/the-dog-api
- Owner: JorgeCJ
- Created: 2023-09-19T20:05:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-19T20:55:11.000Z (about 1 year ago)
- Last Synced: 2023-09-19T23:03:26.992Z (about 1 year ago)
- Topics: html-css-javascript, thedogapi, vite, vuejs3
- Language: Vue
- Homepage: https://the-dog-api-omega.vercel.app
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-Dog-API
![dogthumb](https://github.com/JorgeCJ/The-Dog-API/assets/127647774/b129fe6a-0da0-4e7a-b4ee-b36ef39bd1ca)
Api consumption of TheDogAPI, api that contains the cutest dogs. See it on [Vercel](https://the-dog-api-eight.vercel.app/).
## Technologies
List of technologies used in the project:- [VueJs 3](https://vuejs.org/guide/introduction.html)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
- [API TheDogAPI](https://thedogapi.com/)
- [Vite](https://vitejs.dev/)
`See more details below:`
# apiConsumptionThis template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```