This project is a minimal Nuxt 3 starter template with Vuetify. It is a good starting point for building a new Nuxt 3 project with Vuetify.
Follow these instructions to set up the project on your local machine for development and testing purposes.
- Clone the repository to your local machine:
git clone https://github.com/andreacw5/nuxt3-vuetify.git
- Install dependencies:
yarn install
- Start the application in development:
yarn dev
- Visit
http://localhost:3000
in your browser to use the application.
Contributions are welcome! If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.
We use SemVer for versioning. For the versions available, see the tags on this repository.