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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
专项背景: 现在的 Vue 项目在迁移改造 Tenon Vue 中,没有现成的工具,需要手动的进行迁移改造转换,成本较高,如何快速的进行项目的迁移是现在亟需解决的问题。 分析两个项目的共性,发现基础语法是拉齐的,可以通过工具的方式,将 Vue项目转换生成 Tenon Vue 的标准项目(转换后的代码要求可读,可二次编写)。
备注:此 issure 作为专项的背景和技术方案的探讨,任何问题可以在评论中讨论。
The text was updated successfully, but these errors were encountered:
我的思路是: 先不考虑css 和 js,假设css目前是标准的符合 tenon规范,js 大部分应该也是无需修改,剩下的template只需要完成组件替换,还有一个问题是: 组件引入问题,vue使用的组件也需要进行相应的转译操作
Sorry, something went wrong.
整体的编译过程应该分为三部分
duanlikang
AdamCaoQAQ
No branches or pull requests
专项背景:
现在的 Vue 项目在迁移改造 Tenon Vue 中,没有现成的工具,需要手动的进行迁移改造转换,成本较高,如何快速的进行项目的迁移是现在亟需解决的问题。
分析两个项目的共性,发现基础语法是拉齐的,可以通过工具的方式,将 Vue项目转换生成 Tenon Vue 的标准项目(转换后的代码要求可读,可二次编写)。
The text was updated successfully, but these errors were encountered: