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
- Host: GitHub
- URL: https://github.com/alipajand/nuxt3_vuetify3_starter
- Owner: alipajand
- Created: 2023-09-15T02:41:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T02:58:36.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T01:42:22.731Z (over 1 year ago)
- Topics: nuxt, nuxt3, starter-kit, vue, vuetify, vuetify3
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 + Vuetify 3 Starter
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
```