# GuliEdu_FrontUI **Repository Path**: oycodesite/GuliEdu_FrontUI ## Basic Information - **Project Name**: GuliEdu_FrontUI - **Description**: 谷粒学院前台UI - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-27 - **Last Updated**: 2024-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 谷粒学院前台UI > 项目启动 ``` # Install dependencies npm install # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题 npm install --registry=https://registry.npm.taobao.org # Serve with hot reload at localhost:3000 npm run dev ```