-
vue实现的电影智能推荐系统前端,项目名为mirs-web-vue
资源介绍
项目说明
电影智能推荐系统()前端的Vue实现,Demo
构建步骤
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production with minification
npm run build
项目结构
index.html
├── main.js # 入口地址
├── api # 对后台API的封装
│ ├── api.js # 抽取出API请求
│ └── ... # 不同模块的请求
├── components
- 上一篇: movie-vue:电影推荐系统前端
- 下一篇: 基于web个性化电影推荐系统