# 酷酷酷 **Repository Path**: vue---wahaha/cool-cool ## Basic Information - **Project Name**: 酷酷酷 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-11-25 - **Last Updated**: 2021-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 猫眼 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### ``` 项目初始化 ``` ### ``` 路由规划 1.页面底部:可以分为五个路由 films(电影/影院) video(视频) svideo(小视频) show(演出) center(个人中心) 2.五个路由分别为独立的js文件 用到路由懒加载 component:()=>import(/*webpackChunkName*/'路径' 定义好路由之后在后面要加上重定向和404 @导入时可以简写 代表src目录 @/ ```