Skip to content

#人类加油 #we-stay-strong 面向疫区内外民众和医疗机构的多维度信息整合平台 前端

License

Notifications You must be signed in to change notification settings

wuhan-support/frontend

Repository files navigation

wuhan-support 前端项目

本项目为综合信息平台 https://covid-19.icu 网站的前端项目

技术栈

构建与使用

构建生产环境

$ yarn
$ yarn build

开启本地开发服务器

$ yarn
$ yarn serve

Contributing

本项目使用 Feature Branch 协作方案。若要开发新功能/修复一特定功能,请:

  1. dev 分支为基础,使用 git checkout -b {分支名} 分出以 feat-{功能名} 为名的分支,其中 {功能名}