What is the translation of " BROWSERIFY " in Chinese?

Examples of using Browserify in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
There's also one on Browserify.
还有一个是给Browserify的
Js, Browserify and a long list of NPM modules.
Js的帮助和一长串的NPM模块用户界面反应。
This is why I have decided to use Browserify for now.
这个时候就需要用到Browserify了
Both Browserify and Webpack define a process.
Browserify和Webpack都定义了process.
You need tools like Browserify, Webpack or Rollup.
首先,你需要一个代码打包工具,比如Webpack、Parcel或者Rollup。
Browserify, because of its simplicity is usually loved by node. js developers.
Browserify,由于其简单的特性,通常深受node.js开发者的喜爱。
At the time I remember coming across Browserify and staring at its tagline:.
我记得当时我看到Browserify,并盯着它的标语:.
Browserify is worth knowing about, but lags far behind Webpack in my opinion.
Browserify也值得去了解一下,不过我个人认为它比Webpack落后很多。
The most popular module bundler was Browserify, which was released in 2011 and pioneered the usage of node.
曾经最流行的模块打包器是Browserify,于2011年发布,它倡导在前端使用node.
Browserify, because of its simplicity is usually loved by node. js developers.
BrowserifyBrowserify由于其简单性,受到了node.js开发人员喜爱。
If you aren't using Webpack,note that Rollup shows significantly better results than Browserify exports.
如果你没有使用Webpack,那么相比于Browserify的输出结果,Rollup的输出更好一些。
Be sure too look into Browserify(our introduction here), which allows you to use Node.
一定得看看Browserify(我们这里的介绍),它允许您使用Node.
Js also has a great community as both individuals andbig companies are actively contributing to open source projects like Browserify or Hapi.
Js有一个不错的社区,因为不仅个人,还有大公司也积极的向开源项目做贡献,就像browserify和hapi一样。
Js using the browserify while using babelify to enable support for asynchronous functions.
Js通过browserify进行编译,并使用babelify使之支持Async函数。
It is highly modular and works well with webpack, Browserify and Rollup, and supports Flow and TypeScript.
它是高度模块化的,适用于webpack,Browserify和Rollup,并支持Flow和TypeScript。
But tools such as browserify, webpack or jspm let you use ES6 syntax to create modules, making the code you write future-proof.
但是像browserfy、webpack或者jspm这些工具让你能够使用ES6语法来创建模块,从而使你写的代码不会过时。
Once we take slow networks into account, the difference between Browserify/Webpack and Rollup/Closure is even more stark.
一旦我们将网速考虑进来,Browserify/Webpack和Rollup/Closure的差异将变得更为显著。
And you only had to install browserify, babelify and react-dom, weighing in at some unknown tens of thousands of lines of code.
接下来,只需要安装browserify、babelify和react-dom,然后衡量未知的成千上万条代码。
In the case of 1000 modules(whichis close to Reddit's count of 1050), Browserify takes about 400 milliseconds longer than Rollup.
在1000个模块规模(接近于Reddit1050个模块的规模)时,Browserify花费的时间比Rollup长大约400毫秒。
Browserify's community is probably just as big, if not larger, but it lacks a few of the potentially essential features that come with webpack.
Browserify的社区可能只是大,如果它不大的话,就会缺少一些Webpack的潜在必要特性。
Even though they have 1050 modules, I clocked their real-world Browserify execution time as much worse than the“1000 modules” benchmark.
虽然该站点有1050个模块,但是我测量了它们使用Browserify的实际执行时间后发现比“1000个模块”的测试结果差好多。
About a year ago I was refactoring a large JavaScript codebase into smaller modules,when I discovered a depressing fact about Browserify and Webpack:.
大约一年之前,我在将一个大型JavaScript代码库重构为更小的模块时发现了Browserify和Webpack中一个令人沮丧的事实:.
From this simple 9-line module, I calculated that Browserify and Webpack will create a bundle weighing 24.7KB minified(7.6KB min+gz).
对于这个简单的九行模块,我算了一下,Browserify和Webpack会创建一个压缩后有24.7KB的包(7.6KBmin+gz)。
After this fix, Browserify and Webpack provide much more reasonable bundles: Browserify's is 511 bytes minified(315 min+gz), and Webpack's is 550 bytes minified(297 min+gz).
有了这次改进以后,Browserify和Webpack会给出更加合理的包:Browserify的包压缩后是511字节(315min+gz,Webpack的包压缩后是550字节(297min+gz)。
I tested five bundling methods: Browserify, Browserify with the bundle-collapser plugin, Webpack, Rollup, and Closure Compiler.
我测试了五种打包方法:Browserify、带bundle-collapser插件的Browserify、Webpack、Rollup和ClosureCompiler。
Results: 25, Time: 0.0219

Top dictionary queries

English - Chinese