node
Interfaces
Interface | Description |
---|---|
LoadConfigFromFileOptions | - |
ResolvedConfig | - |
ResolvedValaxyOptions | - |
ValaxyAddonResolver | - |
ValaxyEntryOptions | - |
ValaxyExtendConfig | - |
ValaxyHooks | - |
ValaxyNode | - |
ValaxyServerOptions | - |
Type Aliases
Type Alias | Description |
---|---|
HookResult | - |
UnoSetup | - |
UserInputConfig | - |
UserValaxyNodeConfig | - |
ValaxyAddonExport | - |
ValaxyAddonFn | - |
ValaxyAddonLike | - |
ValaxyAddons | - |
ValaxyApp | - |
ValaxyConfigExport | - |
ValaxyConfigExtendKey | - |
ValaxyConfigFn | fn with options for theme config |
ValaxyNodeConfig | - |
ValaxyPickConfig | - |
ValaxyTheme | - |
Variables
Variable | Description |
---|---|
ALL_ROUTE | - |
cli | - |
customElements | - |
defaultSiteConfig | - |
defaultValaxyConfig | - |
defaultViteConfig | - |
defineAddon | - |
defineConfig | - |
defineTheme | - |
EXCERPT_SEPARATOR | - |
GLOBAL_STATE | - |
isInstalledGlobally | - |
mergeValaxyConfig | merge valaxy.config (source, default) |
PATHNAME_PROTOCOL_RE | - |
version | - |
Functions
Function | Description |
---|---|
$t | 试验性 |
build | - |
createServer | - |
defineSiteConfig | Type helper for site.config.ts |
defineUnoSetup | - |
defineValaxyAddon | - |
defineValaxyConfig | Type helper for valaxy.config.ts |
defineValaxyTheme | - |
encryptContent | - |
generateClientRedirects | - |
getGitTimestamp | - |
getServerInfoText | with valaxyPrefix |
isExternal | is url external (http/https:) |
isPath | - |
loadConfigFromFile | - |
postProcessForSSG | post process for ssg fix extra string like /html> ml> l> handle tasks after ssg build todo find why |
processValaxyOptions | Post process valaxyOptions |
registerDevCommand | - |
resolveAddonsConfig | - |
resolveImportPath | Before is CJS: use 'resolve' ESM: use 'mlly' |
resolveImportUrl | Resolve path for import url on Vite client side |
resolveOptions | - |
resolveSiteConfig | resolve site.config.ts and merge with default |
resolveSiteConfigFromRoot | resolve valaxy config from special root |
resolveThemeConfigFromRoot | resolve theme config from special root |
resolveThemeValaxyConfig | resolve theme config |
resolveUserThemeConfig | resolve theme.config.ts and merge with default |
resolveValaxyConfig | resolve user valaxy config options only have userRoot |
resolveValaxyConfigFromRoot | - |
run | - |
ssgBuild | - |
startValaxyDev | - |
toAtFS | - |
transformObject | transform obj for vite code |
ViteValaxyPlugins | - |