# lemon **Repository Path**: guoguoaichitudou/lemon ## Basic Information - **Project Name**: lemon - **Description**: 个人网站前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lemon > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8090 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 登录界面1 解释 :model="loginForm" : 表单的数据对象。 :rules="rules : 表单验证规则。 @keyup.enter.natice="handleClick": enter键函数,用户输入数据后可以直接enter键,不一定要点击按钮。 记住我:利用cookie来存储登录信息,不是重点。 找回密码:利用邮箱找回密码,不是重点,下一趴再介绍吧。 el-popover : element中的弹出框,作为容器。 trigger=click: 触发方式,点击触发。 #reference : 触发 Popover 显示的 HTML 元素。 :puzzleImgList="puzzleImgList": 传入的拼图背景图片。 blockType:滑块的形状。 ResetPassword.vue 重置密码界面解释 el-steps: element组件中的步骤条,详细使用查看 element 步骤条。 Form: 表单数据对象。 v-if: 条件渲染,分步骤。 其他函数详情注释。 登录页面有三个,其他两个登录是测试版本,也可在路由里面设置切换 忘记密码已经完成, 注册界面在优化中 doing.......