| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

对Web开发人员有用的工具/框架/事件

BrowserSync

对Web开发人员有用的工具/框架/事件 BrowserSync makes your workflow faster by synchronising URLs, interactions and code changes across multiple devices. It’s wicked-fast and totally free. Features: Action Sync - your scroll, click, refresh and form actions are mirrored too; Back-end Independence - ready to use with websites running on PHP, ASP, Rails and more; Instantly sync between your desktop, tablet and phone; Grunt and Gulp plugins; support Windows, MacOS and Linux. It's the best Live Reload tool ever.

npm install -g browser-sync    // Using a an IP based host  browser-sync --proxy "192.167.3.2:8001" --files "app/css/*.css"

Imacss

A very useful thing with which you can easy to put all the images in your project into a Data URI with replacement in CSS.

npm install -g imacss      $ imacss "~/projects/webapp/images/*.{svg,png}" images.css

or:

var imacss = require('imacss');    imacss      .transform('/path/to/your/images/*.png')      .on('error', function (err) {          error('Transforming images failed: ' + err);      })      .pipe(process.stdout);

simpleCart.js

对Web开发人员有用的工具/框架/事件
No databases, no programming, no headaches. A simple javascript shopping cart that you can setup in minutes. It's lightweight, fast, simple to use, and completely customizable. All you need to know is basic HTML.

RAD.js

对Web开发人员有用的工具/框架/事件 RAD is a MV* mobile framework, whose main purpose is to relieve the developer from mobile routine. It allows to build a single-page application that looks and feels as a conventional multi-page one. It also takes over system-level tasks, such as message bus, creating and deleting certain part instances of the application, transactions between views, etc.

Fontprep

对Web开发人员有用的工具/框架/事件 Gteat open source Mac app for to help to creating icon fonts.

Finally

来自:http://ipestov.com/awesomeness-and-usefulness-for-web-developers-12/

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1416648557148.html
框架 前端技术