# vue3-form-maker **Repository Path**: gispdr/vue3-form-maker ## Basic Information - **Project Name**: vue3-form-maker - **Description**: vue3-form-maker - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-03-31 - **Last Updated**: 2022-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 3 + Typescript + Vite ## 安装依赖 ``` yarn install 或 npm install ``` ## 运行项目 `开发环境运行地址默认为 http://localhost:3000/src/pages/index/` ``` yarn run dev 或 npm run dev ``` ## 打包产出 ``` yarn run build 或 npm run build ```