# 智慧仓储-管理端-vue3 **Repository Path**: sun-yamin01/manager ## Basic Information - **Project Name**: 智慧仓储-管理端-vue3 - **Description**: 智慧仓储的管理系统代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-26 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能仓储系统 ## 准备工作 ~~~ Python >= 3.8.0 (推荐3.8+版本) nodejs >= 14.0 (推荐最新) Mysql >= 5.7.0 (可选,默认数据库sqlite3,推荐8.0版本) Redis(可选,最新版) ~~~ ## 前端♝ # 进入项目目录 cd web # 安装依赖 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev # 浏览器访问 http://localhost:8080 # .env.development 文件中可配置启动端口等参数 # 构建生产环境 # npm run build ``` ### 访问项目 - 访问地址:[http://localhost:8080](http://localhost:8080) (默认为此地址,如有修改请按照配置文件) - 账号:`superadmin` 密码:`admin123456`