上传者: 42099087
|
上传时间: 2021-12-08 16:55:33
|
文件大小: 105KB
|
文件类型: -
项目说明
电影智能推荐系统()前端的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