UNPKG
create-iking-admin
Version:
latest (3.3.2)
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.5
3.1.5-1
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
金合技术中台脚手架
gitee.com/ikingtech
create-iking-admin
/
template-v2
/
vite
/
plugins
/
devtools.ts
7 lines
(5 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
VueDevTools
from
'vite-plugin-vue-devtools'
export
default
function
createDevtools
(
env
) {
const
{
VITE_OPEN_DEVTOOLS
} = env
return
VITE_OPEN_DEVTOOLS
===
'true'
&&
VueDevTools
() }