# web-blm-merchant **Repository Path**: lventou/web-blm-merchant ## Basic Information - **Project Name**: web-blm-merchant - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: feat-2.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-30 - **Last Updated**: 2024-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 安装依赖 yarn install # 启动服务 npm run dev ``` 浏览器访问 http://localhost:80 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```