# 问卷生成工具 **Repository Path**: yusirxiaer/questionnaire-generation-tool ## Basic Information - **Project Name**: 问卷生成工具 - **Description**: 配合调查问卷小程序的纯文本批量编辑工具。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-07-18 - **Last Updated**: 2023-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 问卷题目生成工具 配合调查问卷小程序使用的题目生成工具。 调查问卷小程序地址: https://gitee.com/planb16/questionnaire-weapp ## 开发&部署方式 ### 初始化 ```bash npm install ``` ### 调试 本项目使用 parcel 打包,运行下面命令将在 `http://localhost:1234/` 运行一个同步刷新的本地调试服务。 ```bash npm run start ``` ### 打包 ```bash npm run build ``` 其中的参数`--dist-dir deploy` 指定打包文件`deploy`目录; 参数 `--public-url /questionnaire-tool/` 指定部署后的资源相对路径。 ### 部署到 Netlify 作为演示,已经将 `--dist-dir` 中的代码部署了一份在 https://playground.jslab.pro/questionnaire-tool/ ### 部署到腾讯云 webify https://console.cloud.tencent.com/webify/new https://questionnaire-tool-5duqsd2680c6d-1253194655.ap-shanghai.app.tcloudbase.com/