Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amorpheuz/fur-miliar
Fur~miliar is a Vue.js app built using Nuxt.js that allows users to search and learn more about various cat breeds.
https://github.com/amorpheuz/fur-miliar
cats nuxtjs nuxtjs-project tailwindcss vuejs vuejs2
Last synced: 16 days ago
JSON representation
Fur~miliar is a Vue.js app built using Nuxt.js that allows users to search and learn more about various cat breeds.
- Host: GitHub
- URL: https://github.com/amorpheuz/fur-miliar
- Owner: Amorpheuz
- License: mit
- Created: 2021-04-18T16:06:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T12:48:43.000Z (over 3 years ago)
- Last Synced: 2024-04-23T18:49:00.772Z (8 months ago)
- Topics: cats, nuxtjs, nuxtjs-project, tailwindcss, vuejs, vuejs2
- Language: Vue
- Homepage: https://furmiliar.amorpheuz.dev/
- Size: 260 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Fur~miliar
Fur~miliar is a Vue.js app built using Nuxt.js that allows users to search and learn more about various cat breeds. Checkout the project at [https://furmiliar.amorpheuz.dev/](https://furmiliar.amorpheuz.dev/)!
## Tools Used
- [Vue.js](https://vuejs.org/)
- [NuxtJS](https://nuxtjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [The Cat API](https://thecatapi.com/)
- [Vercel](https://vercel.com/)## Getting Started
### Prerequisites
This project is built with `Node.js` and `Yarn v1`. Before setting up the project, [install Node.js](https://nodejs.org/en/download/) and then [install Yarn v1](https://classic.yarnpkg.com/en/docs/install) to get started.
### Setup Fur~miliar
```bash
# 1. install dependencies
$ yarn install# 2. serve with hot reload at localhost:3000
$ yarn dev# 3. build for production and launch server
$ yarn build
$ yarn start# OR
# 3. generate static project
$ yarn generate
```## Contribute
If you would like to contribute to the project, please check out the [contributing](./CONTRIBUTING.md) docs.