Английская Википедия:Browserify

Материал из Онлайн справочника
Версия от 07:08, 12 февраля 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Short description|Open-source JavaScript tool}} {{notability|Products|date=June 2021}} {{Infobox software | name = Browserify | logo = Browserify.svg | logo caption = | logo alt = | logo size = | collapsible = | screenshot = <!-- Image name is enough --> | screenshot size = | s...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Notability Шаблон:Infobox software

Browserify is an open-source JavaScript bundler tool that allows developers to write and use Node.js-style modules that compile for use in the browser.[1]

Examples

Execution

$ browserify source.js -o target.js

This adds the source of all the required modules and their dependencies used in source.js and bundles them in target.js. Browserify traverses the dependency graph, using your source.js as its entry point, and includes the source of every dependency it finds.

See also

References

Шаблон:Reflist

Шаблон:ECMAScript Шаблон:Portal bar