Skip to content

alipajand/nuxt3_vuetify3_starter

Repository files navigation

Nuxt 3 + Vuetify 3 Starter

Vuetify Logo

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.

Run the app

  1. Install the deps
npm install
# or
yarn install
  1. Run the app
npm run dev
# or
yarn dev
  1. Build the app
# for ssr single page application
npm run generate
yarn generate

# for ssr mode
npm run build
yarn build