Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt 核心依赖 vue-server-renderer #110

Open
dailynodejs opened this issue Dec 16, 2021 · 1 comment
Open

Nuxt 核心依赖 vue-server-renderer #110

dailynodejs opened this issue Dec 16, 2021 · 1 comment

Comments

@dailynodejs
Copy link
Collaborator

dailynodejs commented Dec 16, 2021

在 vue-renderer 包里面,一共 4 个 renderer

BaseRenderer

BaseRenderer源码地址

export default class BaseRenderer {
}

SSRRenderer

SSRRenderer源码地址

export default class SSRRenderer extends BaseRenderer {
}

SPARenderer

SPARenderer源码地址

export default class SPARenderer extends BaseRenderer {
}
@yujinghan
Copy link

yujinghan commented Dec 17, 2021

Vue SSR指南及API参考地址

指南

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants