Git Product home page Git Product logo

Comments (1)

mowatermelon avatar mowatermelon commented on June 13, 2024

加入翻译

https://github.com/vuejs/cn.vuejs.org/

网站内容在 src 文件夹内,格式为 Markdown

目前网站处于维护状态,我们会定期同步英文版更新,包括文档内容前端代码等。欢迎大家:

  • 同步英文站点最新的改动到这里
  • 修复错别字或错误的书写格式
  • issue 讨论译法或书写格式
  • issue 讨论部署或协作流程上的问题

翻译流程

1 fork 要翻译的 repo

2 如果是新翻译章节,应参照对应的原文进行翻译;如果是校对则直接修改

3 翻译时启动 start来实时看结果

npm start

打开:localhost:4000

4 翻译结束,提交 Pull Request

5 fork 后的 repo 如何同步本 repo

// 添加 upstream 源,只需执行一次
git remote add upstream [email protected]:vuejs/cn.vuejs.org.git
// 拉取远程代码
git pull upstream master
// 更新 fork 仓库
git push origin master
更多参考:https://help.github.com/articles/syncing-a-fork/

协作规范

  • 原则上这里只进行英文版对应的翻译工作,如果觉得原文有改进之处,或任何不仅针对中文版,而受益所有语言版本的想法,建议直接在英文版仓库讨论。

  • 原则上这里不适合讨论 Vue 的使用问题,建议相关问题在 Vue官方论坛 (英文)聊天室 (英文)或各大主流技术社区讨论,以便得到更多人的帮助和更充分的讨论。

建议与反馈

欢迎 issuepull request

from learn-es6.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.