# VueCliLearn
**Repository Path**: Xabsurd/vue-cli-learn
## Basic Information
- **Project Name**: VueCliLearn
- **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-09-01
- **Last Updated**: 2021-11-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 用到的框架
## ui框架[elementPlus](https://element-plus.gitee.io/#/zh-CN)
安装
```shell
npm install element-plus --save
```
## 滚动插件[BetterScroll 2.0](https://github.com/ustbhuangyi/better-scroll)
### 安装滚动插件的核心:
```shell
npm install @better-scroll/core --save
```
### 安装滚动插件的鼠标滚动插件:
```shell
npm install @better-scroll/mouse-wheel --save
```
### 安装滚插件的滚动条插件:
```shell
npm install @better-scroll/scroll-bar --save
```
### 安装dom监听
```
npm install @better-scroll/observe-dom --save
```
### 安装img监听
```
npm install @better-scroll/observe-image --save
```
##vuex
```shell
npm install vuex@next --save
```