# ezdml_web **Repository Path**: huzgd/ezdml_web ## Basic Information - **Project Name**: ezdml_web - **Description**: EZDML的Web版本 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 14 - **Created**: 2024-09-21 - **Last Updated**: 2026-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ezdml_web Ezdml_web is the web version of EZDML developed with Vue 3 (TypeScript) in Vite. EZDML is a small free tool which helps you to create data models quickly. It's simple and fast, with EZDML you can create tables within few seconds. Online demo: http://www.ezdml.com/v/ Sites: http://www.ezdml.com https://gitee.com/huzgd/ezdml_web https://github.com/huzgd/ezdml_web The web version is still in the development and improvement stage. For more features, it is recommended to download the PC desktop version: http://www.ezdml.com/download_en.html ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ```