zhangzengfei
2023-08-04 a624a31b0f1e7269dc241f3ab766588532f339c8
update readme
1个文件已修改
22 ■■■■ 已修改文件
README.md 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -1,4 +1,7 @@
# clock-manager
# plc-reader
基于electron加golang的plc配置调试工具.
electron + vue 做前端, 应用启动时打开后端的golang服务
前后端分离
## Project setup
```
@@ -7,23 +10,10 @@
### Compiles and hot-reloads for development
```
npm run serve
npm run electron:serve
```
### Compiles and minifies for production
```
npm run build
npm run electron:build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).