This project demonstrates how to build a simple website using Vue.js and integrating styles with Tailwind CSS. It features a sticky navigation bar, a hero section with a background image, a products section displayed in a grid format, an "About Us" section with cards, and a basic footer.
- Node.js (versão 10.x ou superior)
- Vue CLI (instalado globalmente)
- Clone this repository:
git clone https://github.com/VictorBravim/RedRoast.git
- Navigate to the project directory:
cd RedRoast
- Install dependencies:
npm install
- AboutSection.vue
- FooterSection.vue
- HeroSection.vue
- NavBar.vue
- ProductSection.vue
- CardSection.vue
- This project is licensed under the MIT License.