https://github.com/xingxing-collective/dashboard
The dashboard framework use Nuxt, Chart created use antv
https://github.com/xingxing-collective/dashboard
antv dashboard g2 g6 nuxt nuxtui
Last synced: 7 months ago
JSON representation
The dashboard framework use Nuxt, Chart created use antv
- Host: GitHub
- URL: https://github.com/xingxing-collective/dashboard
- Owner: xingxing-collective
- License: mit
- Created: 2024-06-25T02:13:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T09:11:02.000Z (about 1 year ago)
- Last Synced: 2025-01-16T07:21:56.405Z (9 months ago)
- Topics: antv, dashboard, g2, g6, nuxt, nuxtui
- Language: Vue
- Homepage:
- Size: 16.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Dashboard
![]()
# Overview
The Project is built with:
- [Nuxt.js](https://nuxt.com/)
- [Typescript](https://www.typescriptlang.org/)
- [AntV](https://antv.antgroup.com/)# Preview
- [Vercel](https://xingxing-dashboard.vercel.app/) (VPN is needed in China)
- [Netlify](https://xingxing-dashboard.netlify.app/)# Setup
1. Take a copy of `.env.example` and re-name to `.env`
2. Get your Maps key
- [高德地图](https://lbs.amap.com/api/javascript-api-v2/prerequisites)
- [百度地图](https://lbs.baidu.com/index.php?title=jspopularGL/guide/getkey)
- [Tencent Map](https://lbs.qq.com/webApi/javascriptGL/glGuide/glBasic)
- [MapBox 地图](https://docs.mapbox.com/help/getting-started/access-tokens/)
- [MapLibre](https://maplibre.org/)
4. Enter the details into the `.env` file
5. Start the dev server with the following scripts``` bash
# Enable pnpm
$ corepack enable# Install dependencies
$ pnpm install# Start dev server with hot reload at localhost:3000
$ pnpm dev
```