-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(vue-next): hippy vue next ssr (#3526)
* feat(hippy-vue-next): add ssr style parser * feat(hippy-vue-next): add ssr runtime support * feat(vue-next): add server renderer package * feat(vue-next): server-renderer normal version commit * feat(vue-next): optimize text render function * feat(vue-next): add ssr render & compiler package * feat(vue-next): init vue-next-ssr-demo * feat(vue-next): ssr support scoped style & ssr bug fix * feat(vue-next): fix ssr style issue * feat(vue-next): fix ssr demo problem * feat(vue-next): add webpack ssr build config * feat(vue-next): webpack ssr demo commit * feat(vue-next): fix build problem * feat(vue-next): fix build problem * feat(vue-next): fix ssr build problem * docs(vue-next): add ssr description doc * docs(vue-next): add how to use ssr doc& update demo readme * docs(vue-next): add ssr how to use and description * docs(vue-next): add ssr architecture image * feat(vue-next): add ssr store usage & update docs * feat(vue-next): add ssr unit-test and style parser unit-test * feat(vue-next): add server-render unit test case * feat(vue-next): add server-render vnode unit test case * feat(vue-next): add server-render unit test case * feat(vue-next): add compiler-ssr unit test case * feat(vue-next): add ssr related unit test case & commit * feat(vue-next): commit totally native component ssr support * feat(vue-next): complete ssr render event map * feat(vue-next): complete ssr render event map & add unit test case * feat(vue-next): complete ssr render event map & add unit test case * Revert "feat(vue-next): complete ssr render event map & add unit test case" This reverts commit 72ac570. * feat(vue-next): add unit test setup file * feat(vue-next): resolve fragment render problem * feat(vue-next): fix native component render problem * feat(vue-next): modify native component render unit test case * fix(vue-next): fix websocket demo field name issue * fix(vue-next): fix ssr demo platform issue * fix(vue-next): fix ssr text node render issue * feat(vue-next): add ssr text node render unit test case * feat(vue-next-demo): optimize ssr build * feat(vue-next): compatible node props and style props * feat(vue-next): compatible fontWeight && placeholder * feat(vue-next): specify ssr package types & update demo pinia version * feat(vue-next): compatible iframe ssr load issue * feat(vue-next): compatible ssr style & store issue * feat(vue-next): fix iframe ssr props issue * feat(vue-next): fix textInput ssr props & style issue * feat(vue-next): fix waterfall ssr issue * feat(vue-next): fix pull-header-footer ssr issue * feat(vue-next): fix nested scroll ssr issue * feat(vue-next): fix loop animation ssr issue * feat(vue-next): fix animation demo ssr issue * feat(vue-next): fix div demo & css comment property issue * feat(vue-next): fix all ssr demo issue * feat(vue-next): commit ssr dev mode all logic * feat(vue-next): dev & build tools complete * feat(vue-next): optimize dev experience * docs(vue-next): update ssr usage doc * feat(vue-next): add ssr render & style unit test case * feat(vue-next): add ssr style-parse & ssr node parse unit test case * docs(vue-next): optimize ssr doc * feat(vue-next): update ssr demo node engines min version * feat(vue-next): optimize ssr render string transform performance * feat(vue-next): add new dir for ssr demo * feat(vue-next): fix ssr demo issue & optimize comment * feat(vue-next): fix div demo issue & native background android issue * docs(vue-next): update ssr docs * docs(vue-next): update vue-next ssr docs
- Loading branch information
Showing
200 changed files
with
18,722 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.