# pdman **Repository Path**: h_x_d/pdman ## Basic Information - **Project Name**: pdman - **Description**: PDMan是一款开源免费的数据库模型建模工具,支持Windows,Mac,Linux等操作系统,PDManer-v4已完全承接PDManer所有功能,并增加更多更多实用功能 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: web - **Homepage**: https://gitee.com/robergroup/pdmaner - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2303 - **Created**: 2022-06-13 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PDMan模型定义工具WEB版使用手册 #### 注意: 为了方便项目的启动的演示 暂时注释了网络请求 ## 启动 ### 项目运行环境 * node `^8.11.3` * npm `^5.6.0` ### 如何开始 你可以根据下面的命令在本地搭建一个PDMan-web项目: ```bash $ git clone https://gitee.com/robergroup/pdman $ cd pdman $ git checkout web $ npm install # 安装项目依赖 $ npm run start # 编译代码并且启动web界面 ``` ### 项目脚本 在项目的根目录下你可以运行: ### `npm run start` 译代码并且启动web界面 如果你的代码有变化浏览器会自动刷新.
### `npm run build ` 编译并且打包项目代码,打包后的文件将会放在 `build` 目录下.