UNPKG
web-plus-ui
Version:
latest (0.0.1)
0.0.1
vue3+vite+ts+element-plus 组件库
web-plus-ui
/
build
/
doc.config.ts
10 lines
(9 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
baseConfig
from
'./base.config'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({ ...baseConfig,
base
:
'/'
,
build
: {
outDir
:
'docs'
, }, });