https://github.com/ysfscream/e-learning-student
🎓 毕业设计-在线教育平台-学生前台界面
https://github.com/ysfscream/e-learning-student
Last synced: 2 months ago
JSON representation
🎓 毕业设计-在线教育平台-学生前台界面
- Host: GitHub
- URL: https://github.com/ysfscream/e-learning-student
- Owner: ysfscream
- Created: 2018-03-28T08:09:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T13:24:38.000Z (about 7 years ago)
- Last Synced: 2025-01-20T09:07:11.317Z (4 months ago)
- Language: JavaScript
- Size: 2.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```