1.项目
(1)项目名:Project
(2)文件夹:page
(3)文件:pageIndex.vue
2.全局变量
(1)静态:this.WINDOW_WIDTH
(2)动态:this.$windowWidth
(3)方法:this.$windowWidth()
(4)组件:<app-title></app-title>
3.html
(1)控件:app-title
(2)属性:title-name
4.css
(1)页面:#pageIndex
(2)页头:.header
(3)容器:.container
>>(1)模块:.news-box
>>(2)标题:.title
>>(3)内容:.content
>>(4)提示:.tips
>>(5)激活:.actived
(4)页脚:.footer
5.js
(1)数据:data
(2)列表:newsList
(3)方法:getData()