Go to file
rexebin d9af771f8d Merge remote-tracking branch 'remotes/angular.io/master'
# Conflicts:
#	README.md
#	public/contribute.jade
#	public/docs/_includes/_side-nav.jade
#	public/docs/_includes/_ts-temp.jade
#	public/docs/index.jade
#	public/docs/js/latest/cookbook/ts-to-js.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/component-relative-paths.jade
#	public/docs/ts/latest/cookbook/index.jade
#	public/docs/ts/latest/cookbook/set-document-title.jade
#	public/docs/ts/latest/cookbook/visual-studio-2015.jade
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/animations.jade
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/browser-support.jade
#	public/docs/ts/latest/guide/component-styles.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/index.jade
#	public/docs/ts/latest/guide/pipes.jade
#	public/docs/ts/latest/guide/router.jade
#	public/docs/ts/latest/guide/style-guide.jade
#	public/docs/ts/latest/guide/template-syntax.jade
#	public/docs/ts/latest/guide/testing.jade
#	public/docs/ts/latest/guide/typescript-configuration.jade
#	public/docs/ts/latest/guide/upgrade.jade
#	public/docs/ts/latest/guide/webpack.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/index.jade
#	public/support.jade
2016-09-23 22:13:02 +01:00
public Merge remote-tracking branch 'remotes/angular.io/master' 2016-09-23 22:13:02 +01:00
scripts chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07:00
tools chore: fix zone.js for plunkers (#2421) 2016-09-21 14:19:22 +02:00
.editorconfig chore: replace VSCode-specific settings.json with broadly recommended .editorconfig 2016-04-05 10:15:27 -07:00
.eslintrc.js chore(eslint): add eslint config file 2016-09-09 14:44:46 -07:00
.firebaserc firebase(config): update named servers for live and dev 2016-09-13 08:43:44 -07:00
.gitignore chore(site): support site build w/o recompiling API docs (#2202) 2016-08-26 14:58:13 -07:00
.nvmrc chore: update to node 6 (#2301) 2016-09-09 22:23:25 -04:00
.travis.yml chore: fix api docs issue on angular 2.0.0 (#2365) 2016-09-15 17:47:12 +01: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 chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07: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 'remotes/angular.io/master' 2016-09-23 22:13:02 +01:00
harp.json Merge remote-tracking branch 'remotes/angular.io/master' 2016-09-23 22:13:02 +01:00
package.json chore: rename Angular 2 to simply Angular (#2402) 2016-09-19 20:24:40 -07:00
pubspec.yaml [WIP] chore(dart): update to beta.21 (#2280) 2016-09-07 16:52:04 -07:00
tslint.json chore: update tslint rules 2016-09-14 15:07:57 +02:00

README.md

angular.io 中文版

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

我们将和官方英文版保持同步翻译,并同步发布到国内镜像 - https://angular.cn

授权协议

本文档遵循“保持署名—非商用”创意共享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 serve-and-sync-devguide命令进行本地预览
  6. 运行gulp build-compile --lang="(ts|js)"命令进行编译
  7. ./www目录发布到任何静态文件服务器上

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

更多信息

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