README.md 824 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
# lab

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


# 思路
旧的实验室代码依赖过于老旧的webpack与vue等,  升级难度比较大,  配置适配nros也比较困难。  可以再尝试一下lab-old,但是如果还是不行,就从头开始用lab,
因为原来的代码实际上也用不了了, 因为控件库,和界面都要重写。

# TODO
1. 提取公用控件库
2. 调整lab结构,使得
    a. 依赖控件库
    b. 可以独立运行,可以对接原有功能树机制
    c. 可以在gms-entry里面集成显示功能;