https://github.com/enricodeleo/sofos-dashboard
https://github.com/enricodeleo/sofos-dashboard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enricodeleo/sofos-dashboard
- Owner: enricodeleo
- Created: 2020-12-09T08:13:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T11:48:03.000Z (over 4 years ago)
- Last Synced: 2025-01-19T23:49:22.678Z (5 months ago)
- Language: Vue
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dashboard
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).