https://github.com/malgamves/nuxt-dashboard
A Nuxt.js Dashboard using Cube.js and Highcharts
https://github.com/malgamves/nuxt-dashboard
Last synced: about 1 year ago
JSON representation
A Nuxt.js Dashboard using Cube.js and Highcharts
- Host: GitHub
- URL: https://github.com/malgamves/nuxt-dashboard
- Owner: malgamves
- Created: 2020-06-30T16:54:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T11:25:53.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:26:36.925Z (over 1 year ago)
- Language: PLpgSQL
- Size: 2.67 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cubejs-nuxt-dashboard
> A cubejs and nuxt dashboard
## 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).