An open API service indexing awesome lists of open source software.

https://github.com/ysfscream/e-learning-student

🎓 毕业设计-在线教育平台-学生前台界面
https://github.com/ysfscream/e-learning-student

Last synced: 2 months ago
JSON representation

🎓 毕业设计-在线教育平台-学生前台界面

Awesome Lists containing this project

README

        

# E-Learning-student

🎓 毕业设计-在线教育平台-学生前台界面

🏫 易学教学平台 学生前台界面

## Build Setup

```bash
#🔧安装依赖
npm install && yarn

#🏃‍♀️运行程序 localhost:8000
npm run dev && yarn dev

#打包📦
npm run build && yarn build

# build for production and view the bundle analyzer report
npm run build --report
```