An open API service indexing awesome lists of open source software.

https://github.com/alipajand/nuxt3_vuetify3_starter

Nuxt 3 + Vuetify 3 Starter Kit
https://github.com/alipajand/nuxt3_vuetify3_starter

nuxt nuxt3 starter-kit vue vuetify vuetify3

Last synced: about 1 month ago
JSON representation

Nuxt 3 + Vuetify 3 Starter Kit

Awesome Lists containing this project

README

          

# Nuxt 3 + Vuetify 3 Starter



Vuetify Logo

Vuetify is a [MIT licensed](http://opensource.org/licenses/MIT) project that is developed and maintained full-time by [John Leider](https://github.com/johnleider) and [Heather Leider](https://github.com/heatherleider); with support from the entire [Core Team](https://vuetifyjs.com/about/meet-the-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

```bash
npm install
# or
yarn install
```

2. Run the app

```bash
npm run dev
# or
yarn dev
```

3. Build the app

```bash
# for ssr single page application
npm run generate
yarn generate

# for ssr mode
npm run build
yarn build
```