Preparing search index...
The search index is not available
vite-ssr-vue - v1.1.1
vite-ssr-vue
PluginOptions
Interface PluginOptions
interface
PluginOptions
{
custom
?:
{
ws
?:
string
;
[
key
:
string
]
:
string
;
}
;
name
?:
string
;
serve
?:
(
(
server
,
options
)
=>
NextHandleFunction
)
;
ssr
?:
string
;
[
key
:
string
]
:
any
;
}
Hierarchy (
view full
)
PluginOptions
PluginOptionsInternal
Indexable
[
key:
string
]:
any
Index
Properties
custom?
name?
serve?
ssr?
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
Optional
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
custom
name
serve
ssr
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