10個最好的開發者實用JavaScript工具

nm42 9年前發布 | 9K 次閱讀 JavaScript

Javascript Minify Tool

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Minifying Javascript takes the pretty, well formed JS code that you have written and removes the spacing, indentation, newlines, and comments. These arie not required for Javascript to run successfully. It also makes the Javascript more difficult to read when viewing the source.

Jiko

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Jiko is a modern and easy to use template engine for Javascript. Its objective is to provide to Javascript programmers a way to write templates with an engine as powerful as server-side state of the art template engines like Jinja and Mako.

 

Headroom.js

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Headroom.js is a lightweight, high-performance JS widget (with no dependencies!) that allows you to react to the user’s scroll. The header on this site is a living example, it slides out of view when scrolling down and slides back in when scrolling up.

 

Bookmarkfiy

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

 

jsComplexity

10個最好的開發者實用JavaScript工具

 

10個最好的開發者實用JavaScript工具

Complexity is the quality of consisting of many interrelated parts. When software consists of many interrelated parts, it becomes more difficult to reason about. Software that is difficult to reason about is a more fertile breeding ground for bugs than software that is simple.

 

 

Chance.js

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Chance is a minimalist generator of random strings, numbers, etc. to help reduce some monotony particularly while writing automated tests or anywhere else you need anything random.

 

Echo.js

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Lazy-loading works by only loading the assets needed when the elements ‘would’ be in view, which it’ll get from the server for you upon request, which is automated by simply changing the image src attribute.

 

Object Playground

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

 

 

Gulp.js

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

By preferring code over configuration, gulp keeps things simple and makes complex tasks manageable.

 

Grasp

10個最好的開發者實用JavaScript工具

10個最好的開發者實用JavaScript工具

Grasp is a command line utility that allows you to search and replace your JavaScript code – but unlike programs such as grep or sed, it searches the structure behind your code (the abstract syntax tree), rather than simply the text you’ve written.

 本文由用戶 nm42 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!