# ynplug

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

### 账号密码
```
npm login
username:storewang
password:Wsl5421008
email:550122711@qq.com
```

### 提交版本
```
npm version patch -- 版本迭代新版本(自动加版本号)
```

```
npm run lib --打包
```

```
npm publish
```

--- 

