# supcon-fast2render

## Version 1.1.23
 - Change the project name from "fast2render-supcon" to "supcon-fast2render"

# fast2render-supcon

## Release 1.1.0 
```
  Released: 2022-04-14
  Feature: 支持多语言
```

## Release 1.0.68 
  - Released: 2022-04-14
  - Fixed: 锁定 vxe 版本, 解决新版本(vxe-table 3.5.x)破坏性升级的兼容性问题 
   vxe-table@3.4.15
   xe-utils@3.4.3

## Project install
```
npm install
```

### Compiles
```
npm run lib
然后提交代码
```

### publish
```
npm version patch
然后提交代码及生成的tag
npm publish
必须使用 npm 原始镜像地址, 国内的源无法发布
```

### Lints and fixes files
```
npm run lint
```
