Guillaume Chau
|
d7a533d6f8
|
feat(ssr): ssrPrefetch option + context.rendered hook (#9017)
|
6 years ago |
Sam Lichlyter
|
5489339a30
|
refactor(core): Replace "var" (#8299)
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
|
6 years ago |
Evan You
|
2ea80399da
|
restructure ssr tests: move template tests into separate file
|
8 years ago |
Evan You
|
e0a7c1ac68
|
use data attribute for ssr marker
|
8 years ago |
Evan You
|
1c79592524
|
feat: implement template option for vue-server-renderer
|
8 years ago |
Evan You
|
2dc2d062b1
|
adjust build
|
8 years ago |
Herrington Darkholme
|
2ac581bb7f
|
SSR: eliminate closure in render.js implementation
eliminate closure
fix multiple render instances and memory leakage
fix eslint
magically fix flow typing
add multiple render stream test
|
8 years ago |
Evan You
|
fe801b16e4
|
wip: fix $parent after children change
|
8 years ago |
Evan You
|
5c6c8c7ed0
|
include compiler in vue-server-renderer
|
9 years ago |
Evan You
|
4cf710e56d
|
update ssr package
|
9 years ago |
Evan You
|
9438408210
|
fix SSR tests after preserveWhitespace removal
|
9 years ago |
Evan You
|
f8daf74640
|
adjust build
|
9 years ago |
Evan You
|
7ac7cae195
|
add error handling for srr
|
9 years ago |
Evan You
|
76d06ba422
|
implement $isServer and ssr observation skipping via env variables
|
9 years ago |
Evan You
|
be2e79df27
|
fix ssr tests
|
9 years ago |
Blake Newman
|
a233e4dbfa
|
improved SSR rendering
- Reduced duplicated code
- Added more test coverage
- Added syncronous component resolving support
- Fixed component lifecycle
- Added raw render method, to allow custom streaming possibilities
|
9 years ago |
Evan You
|
4191f251af
|
adjust ssr API so that user can provide server-side implementations for custom directives
|
9 years ago |
Evan You
|
38540b07e4
|
add server-rendered mark for ssr output
|
9 years ago |
Evan You
|
d08cf7c320
|
streaming renderer!
|
9 years ago |