# bobi个人博客 **Repository Path**: battm/bobi-vue-admin ## Basic Information - **Project Name**: bobi个人博客 - **Description**: 没有用vue press自己手写的一个前后端的博客,用来练手,实现了最基础的功能,实现了前后端配合crud - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-04-28 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog ## 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 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 登录注册业务 1.基础布局 1个组件,2个页面 登录界面可以通过对form表单进行长度大小设置 ## 2.正则验证 ### vee-validate验证方式 3.请求服务 4.身份验证 5.路由守卫