https://github.com/cristijora/vue-paper-dashboard-nuxt
Vue Paper Dashboard Nuxt
https://github.com/cristijora/vue-paper-dashboard-nuxt
Last synced: 2 months ago
JSON representation
Vue Paper Dashboard Nuxt
- Host: GitHub
- URL: https://github.com/cristijora/vue-paper-dashboard-nuxt
- Owner: cristijora
- Created: 2018-02-26T20:58:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T17:25:00.000Z (over 4 years ago)
- Last Synced: 2025-04-06T15:12:25.631Z (2 months ago)
- Language: Vue
- Size: 810 KB
- Stars: 34
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-paper-dashboard-nuxt
> Nuxt.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, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).