Files
Message-Push-Nest/web
zimonianhua 3519a26495
Docker Build and Push / build (push) Has been cancelled
chore: 删除已弃用的部署工作流并更新生产环境检测
删除三个已弃用的 GitHub Actions 工作流文件 (deploy_docs_pages.yml, demo_site_deploy.yml, custom_deploy.yml),这些工作流已不再使用。
同时更新 web/config.js 中的生产环境检测逻辑,使其同时识别 'prod' 和 'production' 环境变量值,提高配置的灵活性。
2026-02-10 20:17:26 +08:00
..
2025-08-10 14:32:24 +08:00
2024-01-23 23:07:21 +08:00
2024-01-26 14:08:14 +08:00
2025-08-10 14:32:24 +08:00
2024-01-26 16:47:28 +08:00
2025-08-10 14:32:24 +08:00
2026-01-15 20:42:08 +08:00

Message Nest Web

Message Nest 前端页面

使用vue3+vite+elementPlus开发

初始化

npm install

开发测试运行

npm run dev

构建

npm run build

README.md