Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedroobando/vueairbnb
- Owner: pedroobando
- Created: 2020-03-04T11:20:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:34:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:16:22.728Z (almost 2 years ago)
- Topics: tailwindcss, vuejs2
- Language: Vue
- Size: 3.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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/).