Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Haixiang6123/a-cat-a-dog-vue
A Vue App for showing cats 🐱 and dogs 🐶.
https://github.com/Haixiang6123/a-cat-a-dog-vue
Last synced: 3 months ago
JSON representation
A Vue App for showing cats 🐱 and dogs 🐶.
- Host: GitHub
- URL: https://github.com/Haixiang6123/a-cat-a-dog-vue
- Owner: haixiangyan
- License: mit
- Created: 2019-03-31T20:01:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T16:56:23.000Z (over 5 years ago)
- Last Synced: 2024-04-18T14:43:31.696Z (7 months ago)
- Language: Vue
- Homepage: https://haixiang6123.github.io/a-cat-a-dog-vue/
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a-cat-a-dog-vue
A Vue App for showing cats 🐱 and dogs 🐶.
[Click here to view the demo](https://haixiang6123.github.io/a-cat-a-dog-vue/#/)
## Screenshot
![](https://i.loli.net/2019/04/01/5ca196db3abd2.png)
## How to use
### Before running it
Before running it, you need to add a file `secret.js` to
the directory `/src/axios`. So, it would be `/src/axios/secret.js`.Then place following codes in it.
```typescript
export const catKey = 'APPLY THE KEY ON https://thecatapi.com/'
export const dogKey = 'APPLY THE KEY ON https://thedogapi.com/'
```For those 2 keys, you need to sign up in [thecatapi.com](https://thecatapi.com/) and [thedogapi.com](https://thedogapi.com/).
### Now run it
Now, enter following commands to run it :)
```bash
$ cd a-cat-a-dog-react$ yarn install
$ yarn serve
```## Stacks
* [Vue](https://vuejs.org/)
* [Vue Router](https://router.vuejs.org/)
* [Vuex](https://vuex.vuejs.org/)
* [Element UI](http://element.eleme.io/#/en-US)
* [Axios](https://github.com/axios/axios)