Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the basic tools for JavaScript

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "what are the basic JavaScript tools". In daily operation, I believe many people have doubts about what problems there are in JavaScript basic tools. Xiaobian consulted various materials and sorted out simple and easy operation methods. I hope to help you answer the doubts about "what are the basic JavaScript tools"! Next, please follow the small series to learn together!

Universal Scaffolding Tools (for Start-up Projects)

Yeoman-Yeoman is a robust and fixed client-side library of tools and frameworks that help developers build beautiful web applications quickly.

Build tools (automated build)

Grunt.js-The Grunt ecosystem is huge and growing every day. With hundreds of plugins to choose from, you can use Grunt to automate builds with minimal cost.

Pint.js(Grunt helper)-Pint is a small, asynchronous, perceptually dependent Grunt-based wrapper library that tries to solve some of the problems in the large-scale build process.

Gulp.js-Gulp's streaming build approach and code-over-configuration philosophy make building simpler and more intuitive.

Browserify.js(browser side)-Browserify is a development tool that allows you to write, compile, and use Node. js-style modules in browsers. Just like node, we write modules in separate files and export external methods and properties using module.exports, exports.

Uglify.js-Uglify.js is a JavaScript parsing/compression/beautification library for NodeJS.

package management tool

Homebrew(for Mac)-Homebrew installs things you need that Apple doesn't provide.

Apt (for Ubuntu)-The apt-get command is a powerful command-line tool that works with Ubuntu's Advanced Packaging Tool (APT) to provide the ability to install new software, upgrade existing software, update the software list directory, and even upgrade the entire Ubuntu system.

NPM-npm is an official package management tool for Node.js.

Bower-Bower is a package management tool for the web.

Front-end MVC framework

Backbone.js-Backbone.js builds the architecture of web apps by providing modules for key-value binding, custom events, collections with rich enumerable function APIs, and views that handle defined events. It communicates with other existing APIs via the RESTful JSON interface.

Ember.js-Ember makes the Handlebar template engine do a better job of preserving HTML*** when the underlying modules change. To start with, you don't even need to write any JavaScript.

Angular.js-Angular.js allows you to extend the HTML vocabulary of your app. The result is expressive web pages, readable code, and quick development.

template

Handlebars.js-Handlebars provides powerful capabilities that allow you to build semantic templates smoothly and efficiently. Handlebars is compatible with Mustache templates, so you can import Mustache templates into Handlebars while enjoying other Handlebars features.

Mustache.js(fewer external elements than Handlebars)-Mustache is a simple web templating system available in ActionScript, C++, Clojure, CoffeeScript, ColdFusion, D, Erlang, Fantom, Go, Java, JavaScript, Lua,. NET, Objective-C, Pharo, Perl, PHP, Python, Ruby, Scala, and XQuery language implementations.

Jade-Jade is a node templating engine designed primarily for server-side templating of node.js.

Haml-js-Haml-js allows Haml syntax to be used in JavaScript projects and has most of the same functionality as the original Haml.

Eco-Eco allows you to embed CoffeeScript logic in markup elements.

test

Casper.js-CasperJS is a Javascript implemented, PhantomJS and SlimerJS navigation script and testing tool.

Zombie.js-Zombie.js is a lightweight framework for testing client-side JS code in a simulation environment. No browser required.

back-end server

Express is a Node web application framework.

Node-Node.js is a platform built on Chrome JavaScript runtime to easily build fast and easily scalable web applications.

database

MongoDB-MongoDB is an open source document database, *** supported by the nosql database.

Postgresql-PostgreSQL is a powerful, open source, object-relational database system.

SQL-SQL is used to communicate with databases. According to the American National Standards Institute, it is the standard language for relational database management systems.

architectural style

RESTful-Presentation Layer State Transformation is an architectural style that contains a set of architectural constraints that work together. These constraints apply to components, connectors, and data elements between distributed hypermedia systems.

test

Cucumber.js-Cucumber.js is a popular behavior-driven development tool and apply it to your own JavaScript programs

Jasmine-Jasmine is a behavior-driven development testing framework for JavaScript. It does not depend on browsers, DOM, or any other JavaScript framework. So it works on websites, Node.js projects, or anywhere JavaScript can run.

Mocha-Mocha is a feature-rich JavaScript testing framework that runs on node.js and browsers, making asynchronous testing easier and more fun.

Q-Unit-Q-Unit is a powerful, easy-to-use JavaScript unit testing framework. It is used for jQuery, jQuery UI and jQuery Mobile projects and can test any generic JavaScript code.

assertion library

Chai-Chai is a Behavior-Driven Development/Test-Driven Development (BDD / TDD ) assertion library for nodes and browsers that can be happily paired with any JavaScript testing framework.

functional programming tools

Underscore.js-Underscore is a JavaScript library that provides a host of useful functional programming aids without extending any built-in objects.

Lo-Dash-Lo-Dash is a utility library that provides consistency, customization, and performance.

At this point, the study of "What are the basic JavaScript tools" is over, hoping to solve everyone's doubts. Theory and practice can better match to help everyone learn, go and try it! If you want to continue learning more relevant knowledge, please continue to pay attention to the website, Xiaobian will continue to strive to bring more practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report