自动更新管控端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1005 B

afvue

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

操作

1、读取项目下的config.json文件,获取到服务器信息 2、使用protobufjs库,将scinfo.proto文件编译为js文件

pbjs scinfo.proto --es6 scinfo.js

参考网址

https://juejin.cn/post/6844903699458818062

https://www.jb51.net/article/242685.htm