# anlin-item **Repository Path**: huzhanlin/anlin-item ## Basic Information - **Project Name**: anlin-item - **Description**: 胡占林(anlin)的个人项目 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-21 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: 半成品, 废弃 ## README # anlinview #### css 主题色 index.html中 style="--tmColor: #409EFF" 修改主题色:调用utils函数中的changeColor方法 注:此方法只会改变设置了theme变量作为颜色值的css样式,如果需要连element主题色都改变的话,还需要... #### vue.config文件配置 端口号 -> https -> 默认加载的scss文件 #### 想法和构思 1. 添加动态路由(局部) -> 游客模式 2. 首页使用静态html -> 利于SEO优化 #### 首页未完成项 1. 图片在移动端显示100% 2. 图片在pc端显示图片100% 3. 图片点击显示高清图 #### 项目遇到的问题 1. 刷新页面的时候有一小段时间(约1秒)app的mounted的函数方法才执行 #### 备注项 1. html初始化隐藏而app初始化显示 2. 实际项目中html应该初始化显示,而app初始化隐藏 ## 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/).