实现ThingJS离线开发网络版本地开发调试的vite插件
pnpm add -D vite-plugin-thingjs
添加插件到 vite.config.ts
:
// vite.config.ts
import thingJS from 'vite-plugin-thingjs'
export default {
plugins: [
thingJS({
devServer: '',
project: '',
ssl: true,
}),
],
}
- Type:
string
- Required:
true
ThingJS离线开发网络版开发服务器访问地址
- Type:
string
- Required:
true
项目编号,ThingJS离线开发网络版开发服务器管理页面查看
- Type:
boolean
- Required:
false
开发服务器是否开启ssl
MIT License © 2022 Karasu Shin