# xiaohtx **Repository Path**: wangyu8/xiaohtx ## Basic Information - **Project Name**: xiaohtx - **Description**: 小糊涂仙H5页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-27 - **Last Updated**: 2024-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 打包程序 通过下面的命令打包生成dist文件夹 ```bash yarn build ``` ## 部署 上传服务器需要配置免密码登录 ``` Host kaiyi User root HostName 39.104.179.8 ``` 运行上传工具跑完即可,注意要安装[ossutil](https://github.com/aliyun/ossutil) ```bash bash deploy.sh ``` ## 新的项目要修改的地方 .env 文件 ```dotenv # 修改成部署的目录 VITE_DEPLOY_DIR=xiaohtx/ ``` index.html 文件 ```html