SightIQ Web 是一个基于 Vue 3 + TypeScript + Vite 的旅游景点推荐系统,可以为用户提供旅游景点推荐、旅游路线规划、旅游攻略分享等服务。
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

