Welcome to my Vuetify study project! This initiative was undertaken with the primary goal of exploring the functionalities offered by the Vuetify library. My project focuses on creating a dynamic and responsive webpage for a travel seller specializing in destinations across Brazil.
- Material Design Components
- Responsive Design
- Flexible Grid System
- Navigation Bars and Sidebars
- Dialogs and Modals
- Dialogs and Modals
- Icons and Typography
- Dark and Light Theme Support
Set up your project using your preferred package manager. Use the corresponding command to install the dependencies:
| Package Manager | Command |
|---|---|
| yarn | yarn install |
| npm | npm install |
| pnpm | pnpm install |
| bun | bun install |
After completing the installation, your environment is ready for Vuetify development.
yarn create vuetifyThis section covers how to start the development server and build your project for production.
To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:
yarn dev(Repeat for npm, pnpm, and bun with respective commands.)
