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