加入优秀的云端团队做一些有趣的事情。
English | 简体中文
npm i
ng run start
前端框架
Ant Design 组件库的 Angular 实现,开发和服务于企业级后台产品。
基于 NG-ZORRO 的中后台前端解决方案,提供更多通用性业务模块,让开发者更加专注于业务。
单端测试框架Jest e2e测试框架Protractor 参考:
- Angular + Jest + Wallabyjs why it is the ideal combination! And how to configure
- Angular 6: “ng test” with Jest in 3 minutes
代码格式化工具,结合 husky hook 和 lint-staged 会在每次 git 提交代码前自动格式化代码。
lint-staged 结合 tslint 和 stlyelint 会在 git 提交代码前对代码进行 lint fix。
专门为 Angular TypeScript 提供的 lint 规则库。
commit 分为 fix、feat、doc 三种
- fix: 用于修复 bug ,例如: fix: remove unused dependcies.
- feat: 用于添加新的功能或特性等,例如: feat: add login page.
- doc: 用于更新文档,例如: doc: update description of project architecture.
The MIT License (see the LICENSE file for the full text)