English | 简体中文
Convert the Vue SFC source code to the code in browser esm format
export declare function sfc2esm(sfcSource: string, { id, appName, mount }: Options): {
esmCode: string
cssCode: string
}
export interface Options {
id?: string
appName?: string
mount?: string
}logo by: vue-sfc2esm
dependencies: @vue/compiler-sfc