# SightIQ-web **Repository Path**: wdep/sightiq-web ## Basic Information - **Project Name**: SightIQ-web - **Description**: SightIQ 可视化数据大屏 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://sightiq-web.netlify.app - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-20 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

SightIQ Web

# 项目描述 SightIQ Web 是一个基于 Vue 3 + TypeScript + Vite 的旅游景点推荐系统,可以为用户提供旅游景点推荐、旅游路线规划、旅游攻略分享等服务。 # 项目预览 ## 全国数据展示 demo ## 省级数据展示 demo # 如何使用 ``` git clone https://gitee.com/wdep/sightiq-web.git cd sightiq-web npm install -g pnpm pnpm i pnpm dev ``` # 构建镜像 ``` docker build -f Dockerfile.web -t sightiq-web . ``` # 运行镜像 ``` docker run -d -p 8080:8080 sightiq-web ``` # 项目贡献 ``` git clone https://gitee.com/wdep/sightiq-web.git cd sightiq-web git checkout -b feature/add-feature ```