# frappe_plm **Repository Path**: webvip/frappe_plm ## Basic Information - **Project Name**: frappe_plm - **Description**: ## Context 基于 Frappe v15 构建独立 PLM 应用。核心流程:**设计→工艺→生产** 全链路协同管理 + AI 辅助工艺设计。独立运行,架构预留 ERPNext 集成接口。 ## 技术栈 - Frappe v15.112.0 + Bench 5.31.0 - Python 3.12 (Miniconda),MariaDB 10.6 (windows.host) - A - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2026-06-23 - **Last Updated**: 2026-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### PLM System PLM + AI Process Management ### Installation You can install this app using the [bench](https://github.com/frappe/bench) CLI: ```bash cd $PATH_TO_YOUR_BENCH bench get-app $URL_OF_THIS_REPO --branch develop bench install-app plm ``` ### Contributing This app uses `pre-commit` for code formatting and linting. Please [install pre-commit](https://pre-commit.com/#installation) and enable it for this repository: ```bash cd apps/plm pre-commit install ``` Pre-commit is configured to use the following tools for checking and formatting your code: - ruff - eslint - prettier - pyupgrade ### License mit