举报投诉联系我们 手机版 热门标签 VUE中文网
您的位置:VUE中文网 > vue外文翻译 Vue 3.0 翻译

vue外文翻译 Vue 3.0 翻译

2023-02-28 04:17 VUE3教程

vue外文翻译 Vue 3.0 翻译

vue外文翻译

Vue is an open source JavaScript framework for building user interfaces and single-page applications. It was created by Evan You, and is maintained by him and the rest of the active core team members coming from various companies such as Netlify and Netguru. Vue is designed to be incrementally adoptable, meaning that you can use as much or as little of it as you need. It is also designed to be highly performant, with minimal overhead.

Vue的源代码是开放的,它是一个基于JavaScript的用户界面和单页应用程序框架。它由Evan You创建,并由他和来自Netlify和Netguru等公司的其他活跃核心团队成员维护。Vue旨在逐步采用,这意味着你可以根据需要使用多少或少量。它也被设计为具有最小开销的高性能。

Vue's core library focuses on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.

Vue的核心库专注于视图层,易于捡起并集成其他库或现有项目。另一方面,当与现代工具和支持库结合使用时,Vue也完全能够驱动复杂的单页应用程序。

Vue: 
  - Open source JavaScript framework for building user interfaces and single-page applications 
  - Created by Evan You 
  - Maintained by him and the rest of the active core team members coming from various companies such as Netlify and Netguru 
  - Designed to be incrementally adoptable, meaning that you can use as much or as little of it as you need 
  - Highly performant, with minimal overhead  
  
Core Library: 
  - Focuses on the view layer only  
  - Easy to pick up and integrate with other libraries or existing projects  
  - Perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries  														    

Vue 已经遍布全球,核心团队至少在 6 个不同的时区。论坛包括 7 种语言和计数,我们的许多文档积极维护翻译。我们为 Vue 的国际影响力感到骄傲,但我们可以做得更好。

#我们可以开始翻译 Vue 3 文档了吗?

目前,VUE3 文档仍处于测试阶段,随时可能更改。因此,我们会谨慎对待任何重要的工作,因为我们仍在收集反馈,并根据需要重新编写。当文档处于发布候选阶段时,我们将确保发布公告,以便你可以开始使用!

#我如何参与翻译?

开始的最好方法是检查此处固定 issues Vuejs.org 其中包含了对社区内各种倡议的积极讨论。

阅读全文
以上是VUE中文网为你收集整理的vue外文翻译 Vue 3.0 翻译全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
  •  Vue 3.0 应用配置

    Vue 3.0 应用配置

    2023-02-27 VUE3教程

    config 是一个包含了 Vue 应用全局配置的对象。你可以在应用挂载前修改其以下 property:const app = Vue.createApp({})app.conf...

  •  Vue 3.0 应用API

    Vue 3.0 应用API

    2023-02-25 VUE3教程

    在 Vue 3 中,改变全局 Vue 行为的 API 现在被移动到了由新的 createApp 方法所创建的应用实例上。此外,现在它们的影响仅限于该...

  •  Vue 3.0 选项 生命周期钩子

    Vue 3.0 选项 生命周期钩子

    2023-02-24 VUE3教程

    注意所有的生命周期钩子自动绑定 this 上下文到实例中,因此你可以访问数据,对 property 和方法进行运算。这意味着你不能使用箭...

  • vue指令大全 Vue 3.0  指令

    vue指令大全 Vue 3.0 指令

    2023-02-24 VUE3教程

    #v-text预期:string详细:更新元素的 textContent。如果要更新部分的 textContent,需要使用 Mustache 插值。示例:span v-text...

  • vue的内置组件 Vue 3.0 内置组件

    vue的内置组件 Vue 3.0 内置组件

    2023-02-27 VUE3教程

    #componentProps:is - string | Component用法:渲染一个“元组件”为动态组件。依 is 的值,来决定哪个组件被渲染。is 的值是...

© 2024 VUE中文网 vue88.com 版权所有 联系我们