frontend
frontend copied to clipboard
#人类加油 #we-stay-strong 面向疫区内外民众和医疗机构的多维度信息整合平台 前端
wuhan-support 前端项目
本项目为综合信息平台 https://covid-19.icu 网站的前端项目
技术栈
- MVVC 框架:Vue.js (https://vuejs.org)
- UI 框架:Vuetify.js (https://vuetifyjs.org)
构建与使用
构建生产环境
$ yarn
$ yarn build
开启本地开发服务器
$ yarn
$ yarn serve
Contributing
本项目使用 Feature Branch 协作方案。若要开发新功能/修复一特定功能,请:
- 以
dev分支为基础,使用git checkout -b {分支名}分出以feat-{功能名}为名的分支,其中{功能名}的命名标准为:- URL-compatible (仅可含有
[A-Za-z0-9\-]) - 英文
- 用 1-3 个词简要描述功能名
- URL-compatible (仅可含有
- 进行正常开发
- 开发完成并
commit后,使用git push --set-upstream origin {分支名}将当前更改push至 GitHub - 访问 GitHub,创建 Pull Request
- 其中,
base选择dev,compare选择之前的分支名 - 请在文字描述中/assign OWNERS文件中的同学进行代码审核
- 其中,
- 代码合并由@ws-robot 吃小⚪同学负责