# wandaspecificationofsanming

## 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/).

### 楼层功能-编辑图例备注(弹框)

#### 直接引入<wd-editor></wd-editor> 参数传入宽、高、备注文本

### 轮播组件

#### <rotation :rotationImg='rotationImg'></rotation> rotationImg 为轮播数组

### 机房区域-图片预览

#### <pic-large :imgUrl='imgUrl'></pic-large> imgUrl 图片数组

### 打包发版

1. 阿里云

阿里与打包

``` shell
 npm run build:aly
```

``` shell 
node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件

``` 
阿里云发版

``` shell
npm run publish 
```

2. 测试环境

打包

``` shell
npm run build:wanda_dev
```

``` shell 
node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件

``` 
发版
远程跳板机进行发版

3. 生产环境

打包

``` shell
npm run build:wanda_build
```

``` shell 
node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件

```
发版
远程跳板机进行发版