# questionnaire-demo **Repository Path**: errorrua/questionnaire-demo ## Basic Information - **Project Name**: questionnaire-demo - **Description**: 前端大作业 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-04 - **Last Updated**: 2023-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 注意 本项目使用了 js模块化 无法直接打开, 请使用vscode中的**Live Server**插件运行或部署运行 在线demo: http://43.139.104.227/ ``` questionnaire-demo ├─ assets │ └─ font │ ├─ demo.css │ ├─ demo_index.html │ ├─ iconfont.css │ ├─ iconfont.js │ ├─ iconfont.json │ ├─ iconfont.ttf │ ├─ iconfont.woff │ └─ iconfont.woff2 ├─ component │ ├─ MyButton.js │ ├─ MyCard.js │ ├─ MyDialog.js │ └─ MyHeader.js ├─ js │ └─ index.js ├─ LICENSE ├─ README.md ├─ style │ ├─ common.css │ ├─ index.css │ └─ variable.css ├─ util │ └─ index.js └─ view ├─ index.html └─ 页面名 ├─ index.html ├─ js │ └─ index.js └─ style └─ index.css ```