Go to file
Zhicheng Wang 6f60438bfb 更新了readme,补充了下载angular的过程 2016-07-13 17:29:21 +08:00
public 在中英文之间添加了一些空格 2016-07-13 13:28:10 +08:00
scripts chore: update README with latest additions 2016-07-05 23:05:43 -07:00
tools chore: show new forms library via the api-builder 2016-07-05 23:35:12 -07:00
.editorconfig chore: replace VSCode-specific settings.json with broadly recommended .editorconfig 2016-04-05 10:15:27 -07:00
.gitignore Merge remote-tracking branch 'origin/master' 2016-06-14 14:04:30 +08:00
.nvmrc chore(node): recommend v5 via nvmrc 2016-06-13 13:23:38 -07:00
.travis.yml chore: update README with latest additions 2016-07-05 23:05:43 -07:00
LICENSE chore: update license to MIT 2016-01-08 14:10:38 -08:00
README-en.md 把原来的readme改名,准备加入中文版自己的readme 2016-05-27 09:53:22 +08:00
README.md 更新了readme,补充了下载angular的过程 2016-07-13 17:29:21 +08:00
firebase.json Revert "chore(glossary/ts): redirect old glossary to correct location within the guide folder" 2016-07-06 14:56:08 -07:00
gulpfile.js Merge remote-tracking branch 'origin/master' 2016-07-11 08:32:56 +08:00
harp.json chore(bios): Added bio for Brandon Roberts 2016-07-06 13:02:27 -07:00
package.json chore: first sweep on linting the codebase 2016-06-07 16:45:13 -07:00
tslint.json chore: tslint sweep done 2016-06-13 02:40:28 +02:00

README.md

angular.io 中文版

这里是angular.io字幕组哦不对是汉化组。译者汪志成(雪狼)和叶志敏(Rex)欢迎您的到访。

我们将和官方英文版保持同步翻译,并同步发布到国内镜像 - http://www.angular.live 将来还会发布到官方中文站 - https://cn.angular.io/

授权协议

本文档遵循“保持署名—非商用”创意共享4.0许可证CC BY-NC 4.0,请在保持署名非商用的前提下自由使用,你甚至可以把它架设在自己的电脑或内网服务器上。

特别是:

  • 不得去掉“关于中文版”的入口链接,也不得增删改“关于中文版”页的内容。
  • 如果您是**商业网站(包括但不限于任何有广告或收费的网站)**要发布或转载,请联系我们 asnowwolf@gmail.comrexebin@gmail.com

违反上述授权协议将面临法律追究。

编译与发布

  1. git clone https://github.com/angular/angular-cn.git把本项目取到本地。
  2. git clone https://github.com/angular/angular.git把Angular的源码取到本地。它将用来编译出API文档。
  3. 进入angular-cn目录
  4. 运行npm install安装依赖包
  5. 运行gulp check-deploy命令进行编译并预览会自动打开浏览器并访问8080端口
  6. ./www目录发布到任何静态文件服务器上

如果是内网服务器你还可以通过自建CI进行同步更新。

更多信息

关于本中文版以及两位译者的更多信息,请参见“关于中文版”链接。