thoughtbit / it-note

:books: 琐碎的知识, I code it
315 stars 36 forks source link

前端工程化和自动化构建 #72

Open moocss opened 8 years ago

moocss commented 8 years ago

https://github.com/uedlinker/uedlinker-cli (快速生成项目开发模板(单页应用、服务器渲染、UI 组件开发、Node.js 服务)的命令行工具)

https://github.com/teambition/create-teambition-app

https://github.com/o2team/athena ( 京东UED, O2Team构建项目流程工具,可以生成相应目录和代码,同时对项目进行编译 👍 💯 )

https://github.com/facebookincubator/create-react-app ( FB 的 React 工具)

https://github.com/weixin/tmt-workflow (一个基于 Gulp(v4.0)、高效、跨平台(Mac & Win)、可定制的前端工作流程。 :+1: :100: )

https://github.com/LeoHuiyi/leo-boilerplate/tree/master/leo-gulp

https://github.com/QMUI/qmui_web_desktop

https://github.com/axetroy/libpack (CLI tool for quickly build your library with zero configuration.)

自动化测试

http://xudafeng.github.io/slide/archives/ningjs/#/ (面向未来的自动化测试) http://xudafeng.github.io/slide/archives/macaca/#/ (自动化测试框架设计与实践) http://xudafeng.github.io/slide/archives/react-component/#/ (React组件开发与测试)

CI

https://blog.catwen.cn/2017/08/05/gitlab-ci-configuration/ (Gitlab CI,Gitlab CI,持续集成, 你值得拥有)