# vue3 + ts + 动态表单 **Repository Path**: xiaole9924/vue3----ts----dynamic-form ## Basic Information - **Project Name**: vue3 + ts + 动态表单 - **Description**: 🍓 使用Element-plus + Vue3 + Vite 搭建的后台Pc模板,对Table进行封装,集成hooks表单 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: ts动态表单 ## README # Element-plus-Vue3-Vite #### 介绍 使用 Element-plus + Vue3 + Vite 搭建的后台 Pc 模板, 对 Table 进行封装,集成 hooks 表单 使用Mock模拟请求数据 #### 软件架构 1. vite 2. vue3 3. vuex 4. vue-router 5. axios 6. Element-plus 7. mock #### 安装教程 node version >= 12.0.0 ``` yarn ``` #### 使用说明 1. 开发环境运行 ``` yarn run dev ``` 2. 打包 ``` yarn run build ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request