# ElPlus-formaking **Repository Path**: longloney/ElPlus-formaking ## Basic Information - **Project Name**: ElPlus-formaking - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-16 - **Last Updated**: 2023-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ElPlus-formaking 基于elememnt plus + vue3 + ts 的表单设计器 ## tip 把代码拉下来安装完依赖即可运行,建议使用的`node`版本为`16`以上,不依赖于任何需要从服务器读取配置,配置已内置于项目中,如果对你有所帮助的话,希望可以点一个`star`。逆水行舟,不进则退。 ## 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 ```