Skip to content

zhangqi444/gugu-myopic-patients-community-cms-admin

Repository files navigation

Gugu logo

咕咕

The vue-admin-template based CMS admin system for children myopia control community application.

related projects - WeChat Mini Program | backend

‼️ This project is better to be used as sample code for learning purpose, instead of an application in production.

Gugu is released under the MIT license. Gugu is not under maintained anymore. Ask Me Anything.

Doc | 中文文档

Background

What's myopic control in children?

Myopia (or nearsightedness) is very common. One out of two people (50%) have it. With myopia, the eye is longer than normal from front to back, or the cornea (the clear window at the front of the eye) is too steeply curved. This makes things that are far away from you look blurry. Myopia is corrected with glasses, contact lenses or surgery in some cases. Having myopia can increase your chances of having some eye problems later, like cataract, glaucoma and retinal detachment.

Studies show myopia is becoming more common among children. While there is no proven direct link, research suggests that children who spend more time indoors doing near-focused activities (such as computer work, video games, and reading) have higher rates of myopia than those who spend more time outdoors.

Doctors are looking at ways to slow the progression of myopia in children. While myopia cannot be reversed, the goal of treatment is to keep it from getting worse. This can protect a child’s eye health in the future, despite still needing to wear glasses or contact lenses.[1]

[1]. Myopia Control in Children. (2020). Retrieved 28 May 2021, from https://www.aao.org/eye-health/treatments/myopia-control-in-children

Please refer to this for more information.

Tech stack

Get start

Please refer to vue-admin-template for the further guidance。

Environment varibles

export ALIYUN_BUCKET='YOUR_ALIYUN_BUCKET' &&
export ALIYUN_ACCESS_KEY_SECRET='YOUR_ALIYUN_ACCESS_KEY_SECRET' &&
export ALIYUN_ACCESS_KEY_ID='YOUR_ALIYUN_ACCESS_KEY_ID' && 
export ALIYUN_REGION='YOUR_ALIYUN_REGION'

Local development

# The admin portal connects to backend server through localhost by default.
# The backend server needs to be enabled at localhost first.
# This will automatically open http://localhost:9528.
npm install 
npm run dev

Deployment

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Discussions

Please open an issue for any questions,and I will respond as soon as possible。

Contributors

@zhangqi444, @happyerqi

📄 License

This project is MIT licensed.

About

CMS admin portal for myopic patients community application.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published