We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前在我们项目中,使用vue2 + vue-property-decorator + cssModule组合的框架,业务以vue的组件(模块)进行组件化开发。 在活动项目中vue2可以很灵活的实现业务的逻辑,但是在大型的项目中,例如ibigboss,open-hago的后台项目中,难免会遇到页面不适合组件化,数据逻辑和视图逻辑混合组成大页面的情况,以及页面渲染性能上造成卡顿等情况。 基于vue2在大型项目上的问题,vue3的新特性在一定程度上解决了组件上数据和页面难以拆分和渲染性能的瓶颈。
目前在我们项目中,使用vue2 + vue-property-decorator + cssModule组合的框架,业务以vue的组件(模块)进行组件化开发。
在活动项目中vue2可以很灵活的实现业务的逻辑,但是在大型的项目中,例如ibigboss,open-hago的后台项目中,难免会遇到页面不适合组件化,数据逻辑和视图逻辑混合组成大页面的情况,以及页面渲染性能上造成卡顿等情况。
基于vue2在大型项目上的问题,vue3的新特性在一定程度上解决了组件上数据和页面难以拆分和渲染性能的瓶颈。
vue3设计理念
vue3 特性
vue3�中文文档
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景&目的
新特性(vue3能带来什么)
vue3设计理念
vue3 特性
vue3�中文文档
源码学习(vue3怎么做到的)
项目搭建(我们要怎么做)
测试(实际效果如何)
问题
The text was updated successfully, but these errors were encountered: