See how Stencil fits into the entire Ionic Ecosystem ->
Stencil is part of the Ionic Ecosystem ->

StencilCore開発サーバーAPI

CLI APIは、 @stencil/core/dev-serverにあります。

start()

start(stencilDevServerConfig: StencilDevServerConfig, logger: Logger, watcher?: CompilerWatcher): Promise<DevServer>
BackNext
Contributors