This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# vue-website
> 响应式企业官方网站模板,使用 vue 全家桶开发
## 技术要点
```bash
# long
# bootstarp——整体框架,主要用到了栅格系统和一些组件
# swiper——轮播插件
# wow.js+animate.css——网站的整体动画插件
# axios——ajax请求
# vue-router——路由
# vuex——状态管理(项目没有用到)
# session storage——本地存储
# 对可复用的组件进行了封装,对api接口进行了封装
```