https://github.com/devxarif/nuxt-fresh-vuetify
Nuxt Fresh Project with Vuetify
https://github.com/devxarif/nuxt-fresh-vuetify
Last synced: 5 months ago
JSON representation
Nuxt Fresh Project with Vuetify
- Host: GitHub
- URL: https://github.com/devxarif/nuxt-fresh-vuetify
- Owner: devxarif
- Created: 2021-02-01T04:45:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T04:46:05.000Z (over 5 years ago)
- Last Synced: 2025-06-10T17:58:49.763Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-vuetify
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).