# vue3-form-maker **Repository Path**: houguoqi/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**: 1 - **Forks**: 2 - **Created**: 2022-01-06 - **Last Updated**: 2022-12-01 ## 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 ``` ### 注意: - 本项目采用多页面打包配置,目前分为两个html页面,分别是设计器主界面和预览界面 - 本地开发预览页iframe引用路径为 `/src/pages/preview/index.html`,打包部署时路径需改为 `/preview.html`