mat/frontend-h5
caoqianming a084f5c7e0 feat(h5): 统一品牌名称与 logo 与 PC 端一致(M³ + 房地产新材料选材管理数据系统)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 09:21:16 +08:00
..
src feat(h5): 统一品牌名称与 logo 与 PC 端一致(M³ + 房地产新材料选材管理数据系统) 2026-04-27 09:21:16 +08:00
.gitignore
README.md docs(h5): 添加 README 部署说明 2026-04-27 08:57:12 +08:00
index.html feat(h5): 统一品牌名称与 logo 与 PC 端一致(M³ + 房地产新材料选材管理数据系统) 2026-04-27 09:21:16 +08:00
package-lock.json
package.json
postcss.config.js
tailwind.config.js
vite.config.js

README.md

frontend-h5

H5 材料浏览端。

开发

npm install
npm run dev        # http://localhost:5174/m/

生产

npm run build      # 输出到 dist/

Nginx 挂载示例:

location /m/ {
    alias /path/to/frontend-h5/dist/;
    try_files $uri $uri/ /m/index.html;
}

API 仍走主站 /api/