# demo **Repository Path**: i_solo/demo ## Basic Information - **Project Name**: demo - **Description**: 需求:实现一个SPA,包含两个页面:登录页 列表页。登录后跳转到列表页,保持登录状态30天。 要求: 1、手写css(不使用UI库) 2、基础结构使用vue + vue-router + vuex实现 实现要点(要求不使用第三方组件): 1、登录页表单校验(账户仅支持手机号/邮箱登录) 2、列表页可展示多页数据,要有分页组件 3、弹出层(用户操作后反馈的提示语、确认框等) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```