登录 注册
当前位置:主页 > 资源下载 > 10 > vue实现的电影智能推荐系统前端,项目名为mirs-web-vue

vue实现的电影智能推荐系统前端,项目名为mirs-web-vue

  • 更新:2024-05-20 11:18:56
  • 大小:105KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

项目说明 电影智能推荐系统()前端的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