# GuliEdu_AdminUI **Repository Path**: oycodesite/GuliEdu_AdminUI ## Basic Information - **Project Name**: GuliEdu_AdminUI - **Description**: 谷粒学院后台UI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-27 - **Last Updated**: 2024-04-26 ## 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:9528 npm run dev ~~~