# elmentui-plus-admin-noTypescript **Repository Path**: a_gentleman_in_the_summer/elmentui-plus-admin-no-typescript ## Basic Information - **Project Name**: elmentui-plus-admin-noTypescript - **Description**: 基于Vue3和Element Plus的现代化仓库管理系统 不使用typescript适合新手的模板 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-21 - **Last Updated**: 2025-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3 ## README # elmentui-plus-admin仓库管理系统 基于Vue3和Element Plus的现代化仓库管理系统 不使用typescript适合新手的模板 ## 项目简介 elmentui-plus-admin是一个专业的仓库管理系统 ## 技术栈 - Vue 3 - 前端框架 - Element Plus - UI组件库 - Vue Router 4 - 路由管理 - ECharts 5 - 数据可视化 - Vite - 构建工具 - Sass - CSS预处理器 - unplugin-auto-import - 自动按需导入组件 ## 快速开始 ### 安装 nodeJS版本 18.12.0 ```bash # 克隆项目 git clone <仓库地址> # 进入项目目录 cd elmentui-plus-admin-pc # 安装依赖 npm install # 启动开发服务器 npm run dev ``` ### 构建 ```bash # 构建生产环境版本 npm run build # 预览构建结果 npm run preview ``` ## 项目结构 ``` ├── public/ # 静态资源 │ ├── images/ # 图片资源 │ └── favicon.ico # 网站图标 ├── src/ # 源代码 │ ├── assets/ # 项目资源 │ ├── components/ # 公共组件 │ ├── router/ # 路由配置 │ ├── styles/ # 全局样式 │ ├── utils/ # 工具函数 │ ├── views/ # 页面组件 │ ├── App.vue # 根组件 │ └── main.js # 入口文件 ├── .gitignore # Git忽略文件 ├── index.html # HTML模板 ├── package.json # 项目配置 ├── README.md # 项目说明 └── vite.config.js # Vite配置 ``` ## 截图预览 ![登录页面](/images/screenshot-login.png) ![首页](/images/screenshot-dashboard.png) ![入库管理](/images/screenshot-inbound.png) ![库存管理](/images/screenshot-inventory.png) ## 贡献指南 欢迎贡献代码或提交问题!请遵循以下步骤: 1. Fork 项目 2. 创建功能分支 (`git checkout -b feature/amazing-feature`) 3. 提交更改 (`git commit -m 'Add some amazing feature'`) 4. 推送到分支 (`git push origin feature/amazing-feature`) 5. 创建Pull Request ## 许可证 MIT License