Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac 工具指南(编程篇) #5

Open
ONE-SUNDAY opened this issue Jun 12, 2016 · 0 comments
Open

Mac 工具指南(编程篇) #5

ONE-SUNDAY opened this issue Jun 12, 2016 · 0 comments

Comments

@ONE-SUNDAY
Copy link
Owner

ONE-SUNDAY commented Jun 12, 2016

资源

编辑器

代理工具

版本控制客户端

GitHub:

SVN:

  • Cornerstone

绘图工具

  • Adobe Photoshop
  • Sketch
  • Adobe illustrator

图片优化

SVG:

PNG:

JPG / WebP:

科学上网

移动开发资源

JavaScript

CSS

HTML 模板引擎

  • HTML 模版引擎 - Jade
    • 简洁的语法编译后生成 HTML 结构
    • 拥有判断语句、模块化、循环、继承等功能,就像HTML版的Sass

前端模块工具

  • 前端模块打包工具 - Webpack
    • 前端资源模块化管理和打包工具。它可以将许多松散的模块按照依赖和规则打包成符合生产环境部署的前端资源。还可以将按需加载的模块进行代码分隔,等到实际需要的时候再异步加载。通过 loader 的转换,任何形式的资源都可以视作模块,比如 CommonJs 模块、 AMD 模块、 ES6 模块、CSS、图片、 JSON、Coffeescript、 LESS 等

Mac Apache

Mac自带Apache服务,所以不需要再去额外的安装。

$ sudo apchectl -v // 查看Apache版本
$ sudo apchectl start // 启动Apache服务

Apache默认根目录位于/Library(资源库)/WebServer/Documents/
安装目录在/etc/apache2/

参考 :Mac OS X中配置Apache

@ONE-SUNDAY ONE-SUNDAY changed the title 工具集 前端的开发利器 Jun 12, 2016
@ONE-SUNDAY ONE-SUNDAY changed the title 前端的开发利器 前端工具集 Jun 24, 2016
@ONE-SUNDAY ONE-SUNDAY changed the title 前端工具集 Mac 工具指南(编程篇) Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant