Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.