# 孕周计算 **Repository Path**: zc16607/gestational-age-calculation ## Basic Information - **Project Name**: 孕周计算 - **Description**: 孕周在线计算,体重范围 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-03 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 孕周在线计算 基于vue3开发的网页,在线计算孕周和体重范围 不需要后端,可部署在nginx下,通过手机端之间访问 ![效果图](./preview1.png "效果图") ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```