Vuetify is a MIT licensed project that is developed and maintained full-time by John Leider and Heather Leider; with support from the entire Core Team. Sponsor Vuetify and receive some awesome perks and support Open Source Software at the same time! 🎉
Feel free to open an issue if you have any questions or suggestions.
- Install the deps
npm install
# or
yarn install
- Run the app
npm run dev
# or
yarn dev
- Build the app
# for ssr single page application
npm run generate
yarn generate
# for ssr mode
npm run build
yarn build