Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedroobando/vueairbnb

Re-create Airbnb's Home Page with Tailwind CSS
https://github.com/pedroobando/vueairbnb

tailwindcss vuejs2

Last synced: about 1 month ago
JSON representation

Re-create Airbnb's Home Page with Tailwind CSS

Awesome Lists containing this project

README

        

# vue-airbnb

## Description

El sentido de este proyecto es clonar el sitio de Airbnb, con vuejs usando tailwindcss

El video se puede encontrar en Youtube: [Re-create Airbnb's Home Page with Tailwind CSS] (https://www.youtube.com/watch?v=7phZqghhho0&t=730s). Este video aplica a html solo.

El codigo origina esta en [github](https://github.com/justalever/tailwind-airbnb).

## Comentario
```
Fue una experiencia maravillosa, elaborar este pequena pagina en tailwindcss bajo vuejs.
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).