# Vuetify Landing Page Template #### This is an example of a landing page built with vue and vuetify. ## 🚀 Project setup Use [git](https://git-scm.com/) to clone the project. Enter the project. ```bash cd vuetify-landing-page ``` Use [npm](https://www.npmjs.com/) to install dependencies. ```bash npm i ``` ## ☄️ Usage Compiles and hot-reloads for development ```bash npm run serve ``` Compiles and minifies for production ```bash npm run build ```