# pet-website **Repository Path**: huanlirui/pet-website ## Basic Information - **Project Name**: pet-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-27 - **Last Updated**: 2021-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pet-website > 响应式宠物网站,使用vue全家桶开发 ## 技术要点 ``` bash # bootstarp——整体框架,主要用到了栅格系统和一些组件 # swiper——轮播插件 # wow.js+animate.css——网站的整体动画插件 # axios——ajax请求 # vue-router——路由 # vuex——状态管理(项目没有用到) # session storage——本地存储 # 对可复用的组件进行了封装,对api接口进行了封装 ```