@vureact/compiler-core 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.en.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @vureact/compiler-core
2
2
 
3
- **Write Vue, Ship Production-Ready React** — Build React 18+ apps with the Vue 3 mental model.
3
+ **Write in Vue 3, compile to React 18+ code.**
4
+
5
+ It is not only suitable for migrating Vue 3 projects to React, but is also committed to seamlessly integrating Vue's excellent mental model with React's ecosystem capabilities, directly producing **maintainable, evolvable, and production-ready** React code from Vue code.
4
6
 
5
7
  [![Npm](https://img.shields.io/npm/v/@vureact/compiler-core.svg?label=Npm&style=flat-square)](https://vureact.top/en/)
6
8
  [![Downloads](https://img.shields.io/npm/dt/@vureact/compiler-core?label=Downloads&style=flat-square)](https://www.npmjs.com/package/@vureact/compiler-core)
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @vureact/compiler-core
2
2
 
3
- **写 Vue,交付生产级 React 代码** —— 让你在 Vue 3 心智下,编译出 React 18+ 应用的编译工具。
3
+ **写 Vue,生成可维护的 React**
4
+
5
+ 它不仅适用于 Vue 3 到 React 项目的迁移,更致力于将 Vue 优秀的心智模型与 React 生态能力无缝融合,用 Vue 代码直接产出**可维护、可演进、生产就绪**的 React 代码。
4
6
 
5
7
  [![Npm](https://img.shields.io/npm/v/@vureact/compiler-core.svg?label=Npm&style=flat-square)](https://vureact.top/)
6
8
  [![Downloads](https://img.shields.io/npm/dt/@vureact/compiler-core?label=Downloads&style=flat-square)](https://www.npmjs.com/package/@vureact/compiler-core)