https://github.com/rishavs/diggnuxt
Nuxt + Vuetify project
https://github.com/rishavs/diggnuxt
Last synced: 4 months ago
JSON representation
Nuxt + Vuetify project
- Host: GitHub
- URL: https://github.com/rishavs/diggnuxt
- Owner: rishavs
- Created: 2018-01-08T12:23:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T18:59:32.000Z (over 8 years ago)
- Last Synced: 2025-02-26T12:32:24.374Z (over 1 year ago)
- Language: Vue
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diggnuxt
> Nuxt.js + Vuetify.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out the [Nuxt.js](https://github.com/nuxt/nuxt.js) and [Vuetify.js](https://vuetifyjs.com/) documentation.