Preparing search index...
The search index is not available
vite-ssr-vue - v1.1.1
vite-ssr-vue
PluginOptionsInternal
Interface PluginOptionsInternal
interface
PluginOptionsInternal
{
custom
?:
{
ws
?:
string
;
[
key
:
string
]
:
string
;
}
;
name
:
string
;
serve
?:
(
(
server
,
options
)
=>
NextHandleFunction
)
;
ssr
?:
string
;
wrappers
:
{
client
:
string
;
server
:
string
;
}
;
}
Hierarchy (
view full
)
PluginOptions
PluginOptionsInternal
Index
Properties
custom?
name
serve?
ssr?
wrappers
Properties
Optional
custom
custom
?:
{
ws
?:
string
;
[
key
:
string
]
:
string
;
}
way to custom entry points used for build production chunk
for develop custom implementation must be used
Type declaration
[
key
:
string
]:
string
Optional
ws
?:
string
name
name
:
string
Optional
serve
serve
?:
(
(
server
,
options
)
=>
NextHandleFunction
)
Type declaration
(
server
,
options
)
:
NextHandleFunction
Parameters
server
:
ViteDevServer
options
:
PluginOptionsInternal
Returns
NextHandleFunction
Optional
ssr
ssr
?:
string
wrappers
wrappers
:
{
client
:
string
;
server
:
string
;
}
Type declaration
client
:
string
server
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
custom
name
serve
ssr
wrappers
vite-ssr-vue - v1.1.1
Context
CreatorOptions
PluginOptions
PluginOptionsInternal
ClientHandler
Hook
HookResponse
SsrHandler
SsrRenderer
Generated using
TypeDoc
way to custom entry points used for build production chunk