| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| admin-swarm.zip | 2024-04-29 | 4.5 MB | |
| node_modules.zip | 2023-08-29 | 57.7 MB | |
| admin.zip | 2023-04-03 | 4.7 MB | |
| README.md | 2022-12-15 | 743 Bytes | |
| v1.0.0 source code.tar.gz | 2022-12-15 | 1.8 MB | |
| v1.0.0 source code.zip | 2022-12-15 | 1.9 MB | |
| Totals: 6 Items | 70.6 MB | 0 | |
admin.zip为mall-admin-web的部署发行版本,直接解压到Nginx的html目录,然后运行Nginx即可访问项目,如果是本地安装Nginx的话,访问地址为:http://localhost/admin/
node_modules.zip为mall-admin-web的NPM依赖包,如遇NPM依赖无法下载的情况,可以解压该压缩包并替换项目的node_modules目录,再使用npm run dev命令即可运行。
注意:
- 该前端对应的文件上传已被设置为MinIO,需要搭建后端项目并安装MinIO。
- admin.zip对应的后端项目为mall。
- admin-swarm.zip对应的后端项目为mall-swarm。