# edp **Repository Path**: mirrors_ecomfe/edp ## Basic Information - **Project Name**: edp - **Description**: ecomfe develop platform - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README EDP ========== [![NPM version](https://img.shields.io/npm/v/edp.svg?style=flat-square)](https://npmjs.org/package/edp) [![edp docs](https://img.shields.io/badge/edp-docs-blue.svg?style=flat-square)](http://ecomfe.github.io/edp) [![Build Status](https://img.shields.io/travis/ecomfe/edp/master.svg?style=flat-square)](https://travis-ci.org/ecomfe/edp) [![Dependencies Status](https://img.shields.io/david/ecomfe/edp.svg?style=flat-square)](https://david-dm.org/ecomfe/edp) EDP是一个基于Node.JS与NPM的企业级前端应用的开发平台,主要通过命令行的方式使用。EDP提供了前端应用开发时常用的一系列工具: + 项目管理 + 包管理 + 调试 + 构建 + 代码生成 + 代码检测 + ...... EDP允许用户自定义自己的扩展。当默认提供的工具无法完全满足开发的需求时,用户可以开发自己的扩展命令。 更加详细了解EDP,请阅读下面的文档: - [安装](https://github.com/ecomfe/edp/wiki/Install) - [Package的查找、导入与更新](https://github.com/ecomfe/edp/wiki/Package-Management) - [项目管理](https://github.com/ecomfe/edp/wiki/Project-Management) - [项目构建](https://github.com/ecomfe/edp/wiki/Build) - [对前端代码进行静态检测](https://github.com/ecomfe/edp/wiki/Lint) - [使用WebServer进行调试](https://github.com/ecomfe/edp/wiki/WebServer) - [扩展自己的EDP命令](https://github.com/ecomfe/edp/wiki/Edp-Commands#user-commands) - [诊断工具](https://github.com/ecomfe/edp/wiki/Doctor)