vuejs / core-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.8k stars 86 forks source link

test(runtime-vapor): api lifecycle hooks #215

Closed Ubugeeei closed 3 months ago

Ubugeeei commented 3 months ago

resolve #164


Regarding the lifecycle hook, I wrote tests based on the cases in packages/runtime-core/tests/apiLifecycle.spec.ts, but there seem to be some points where the behavior is incorrect.

I added FIXME to the test cases and created an issue on https://github.com/vuejs/core-vapor/issues/216.

netlify[bot] commented 3 months ago

Deploy Preview for vapor-repl ready!

Name Link
Latest commit a0558b9a3140da4c4200c05d3ead4e014b652ec9
Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6653814117c58a0008853a41
Deploy Preview https://deploy-preview-215--vapor-repl.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 3 months ago

Deploy Preview for vapor-template-explorer ready!

Name Link
Latest commit a0558b9a3140da4c4200c05d3ead4e014b652ec9
Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/66538141d416790008ebe2cf
Deploy Preview https://deploy-preview-215--vapor-template-explorer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 3 months ago

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 80 kB 28.1 kB 24.7 kB
compiler-vapor.global.prod.js 57 kB 19.4 kB 17.5 kB
runtime-dom.global.prod.js 94.9 kB 35.8 kB 32.2 kB
runtime-vapor.global.prod.js 45.6 kB 17.1 kB 15.7 kB
vue-vapor.global.prod.js 99.7 kB 34.9 kB 31.5 kB
vue.global.prod.js 152 kB 55.1 kB 49.2 kB

Usages

Name Size Gzip Brotli
createApp 55.3 kB 21.2 kB 19.4 kB
createSSRApp 58.6 kB 22.5 kB 20.5 kB
defineCustomElement 57.6 kB 21.9 kB 20 kB
vapor 46 kB 17.2 kB 15.7 kB
overall 69.1 kB 26.2 kB 23.8 kB
Ubugeeei commented 3 months ago

Indeed. I changed everything to "it"!