-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efb124a
commit 74bc53b
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
#微精弘 问卷系统 | ||
## 精弘网络问卷系统 | ||
这里是由浙江工业大学学生组织精弘网络完全独立自主开发的问卷系统的前端仓库,包含管理端和用户端. | ||
在用户端做了较为完好的移动端适配,是调研工作中的好帮手. | ||
|
||
### 技术栈 | ||
|
||
- Vue全家桶 | ||
- typescript | ||
- tailwindcss | ||
|
||
### 部署 | ||
1. fork仓库 | ||
2. clone自己fork的仓库到本地 | ||
3. 修改vite代理到真正的后端地址 | ||
4. 进入项目根目录,在命令行中运行 `pnpm i` | ||
5. 安装完成后 `pnpm run dev` | ||
6. 点击本地运行网址进行预览 | ||
|
||
### 贡献 | ||
如果你在使用过程中发现bug或者想提出新的点子,欢迎提出issue,我们会定期查阅. | ||
|
||
如果你想做出代码贡献,请按照以下步骤. | ||
1. fork仓库(不要main only) | ||
2. clone仓库到本地 | ||
3. 切换至dev分支 | ||
4. 在本地dev分支上进行修改 | ||
5. 运行`pnpm run lint`进行代码质量检测 | ||
6. commit修改(务必按照commit message规范) | ||
7. push至fork的仓库 | ||
8. 提交pr至本仓库的dev分支(提交之前尽量确保commit历史不冗余) |