WEBPACK 中文是什么意思 - 中文翻译

一个webpack

在 英语 中使用 Webpack 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Next we will need to install Webpack.
下一步,就可以安装webpack了
There's a vue-loader for Webpack for doing single file components.
OneLoader一个webpack加载器来启用单个文件的React组件.
Also, Webpack needs its own runtime to work, and it injects it into all the. js files it generates.
另外,Webpack需要自己的运行时间来工作,并将其注入到它生成的所有.js文件中。
(Update: a better name is“inlining,” and the Webpack team is working on it.).
更新:一个更好的名字称为内联(inlining),并且Webpack团队正在做这方面的工作。
Webpack is the main tool used to build a single-page application, it plays well with the React eco-system.
WebpackWebpack是用于构建单页应用程序的主要工具,它与React生态系统一起使用。
Nevertheless it can play well with webpack even if developers tend to use npm scripts instead.
然而,它可以很好地与webpack一起工作,即使开发人员倾向于使用npm脚本。
In the recently released Vue CLI 3,a solution for abstracting and automatically configuring Webpack in Vue projects has been provided.
最近发布的VueCLI3提供了一种用于在Vue项目中抽象和自动配置Webpack的解决方案。
Let's take a look at how to use webpack to get the above require('moment') example working in the browser.
来看一下怎么用webpack让上面的require(‘moment')的例子在浏览器中起作用吧。
It compiles to JavaScript and works inside the existing JS ecosystem, meaning you can use it with Node,npm, and Webpack.
它会被编译成JavaScript,并在现有JS生态系统中工作,这意味着你可以将它与Node、npm和Webpack一起使用。
Stick to your environment for building, be it Grunt, Gulp, Webpack, Parcel, or a combination of tools.
坚持你自己的构建环境,无论是Grunt,Gulp,Webpack,Parcel还是工具组合。
Code-splitting is another Webpack feature that splits your code base into“chunks” that are loaded on demand.
代码拆分(code-splitting)是另一个webpack功能,它将你的代码库拆分为按需加载的”块”。
Babelrc, npm install your presets,install your plugins and modify your update your webpack config and you're good to go!
Babelrc,npm安装好你的预设,安装好你的插件,修改好你更新的webpackconfig,就ok了!只需60秒,你就会爆粗口了。!
There are two ways to install webpack(or any other CLI package, for that matter): globally or locally.
有两种方式安装webpack(或着是其他CLI包):全局安装(globally)或者本地安装(locally)。
Currently, OpenJS Foundation compromises of 31 open source projects, including Appium, Dojo, jQuery, Node.js, and webpack.
据悉,OpenJS基金会目前由31个JavaScript开源项目组成,包括Appium、Dojo、jQuery、Node.js和webpack等
Js application, Angular and React, and there is a Webpack plugin which automates the setup process as well.
Js应用程序、Angular和React中,还有一个webpack插件能够自动完成设置过程。
Babel-loader is the Webpack loader responsible for taking in the ES6 code and making it understandable by the browser of choice.
Babel-loader是Webpack加载器,负责接收ES6代码并使其可以让所选择的浏览器理解。
The OpenJS Foundation is made up of 31 open source JavaScript projects including Appium, Dojo, jQuery, Node.js, and webpack.
据悉,OpenJS基金会目前由31个JavaScript开源项目组成,包括Appium、Dojo、jQuery、Node.js和webpack等
Finally, you could also create plugins for webpack or babel that are solving a particular use case of your JavaScript stack.
最后,你也可以为webpack或babel开发插件,用于解决JavaScript技术栈的特殊用例。
Webpack can also be extended via plugins, for example minification and mangling can be done using the UglifyJS plugin for webpack.
Webpack也可以通过插件扩展,例如压缩和混淆可以使用Webpack的UglifyJS插件完成。
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)。
Tools like Webpack, Babel, and PostCSS let developers use new JS and CSS features before they are supported by browser vendors.
Webpack,Babel和PostCSS这样的工具可以让开发人员在浏览器供应商支持之前使用新的JS和CSS功能。
Across this chapter we learn the basic principles of Universal JavaScript bybuilding a simple web application with React, Webpack, and Babel.
本章我们将学习通用的JavaScript基本原则,通过使用React、Webpack和Babel来构建一个简单的Web应用程序。
Webpack: The most popular bundler for standard JavaScript look for simple starter kit/boilerplate config examples to get things running fast.
Webpack:最流行JavaScript打包工具,向kit/boilerplate找一些简单的样例来快速的开始。
I tested five bundling methods: Browserify,Browserify with the bundle-collapser plugin, Webpack, Rollup, and Closure Compiler.
我测试了五种打包方法:Browserify、带bundle-collapser插件的Browserify、Webpack、Rollup和ClosureCompiler。
In the example below, we use Webpack and Babel to compile ES Modules and async functions into vanilla JS, which can run in any browser.
在下面的例子中,我们使用Webpack和Babel将ESModules和异步函数编译成可以在任何浏览器中运行的vanillaJS(即JavaScript)。
They have provided numerous ways to get started with it,including a CLI tool, Webpack skeletons, JSPM skeletons, NPM, GitHub, Bower, and basic script tags.
他们已经提供了多种入门方式,包括一个CLI工具、Webpack框架、JSPM框架、NPM、GitHub、Bower和基本的脚本标签。
ISE® WebPACK™ design software is the industry's only FREE, fully featured front-to-back FPGA design solution for Linux, Windows XP, and Windows 7.
ISE®WebPACK™设计软件是业内唯一一款功能齐全、面向Linux、WindowsXP和Windows7的免费front-to-backFPGA设计解决方案。
Paul recently started his own company to follow his passion of building intuitive software with emerging technologies like,ReactJS, Webpack, Ruby, and Elixir(Erlang).
Paul最近成立了自己的公司,以追随他对使用ReactJS,Webpack,Ruby和Elixir(Erlang)等新兴技术构建直观软件的热情。
When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles.
webpack处理应用程序时,它会在内部构建一个依赖图(dependencygraph),此依赖图会映射项目所需的每个模块,并生成一个或多个bundle。
The top front-end tools and frameworks for web development included JQuery, Bootstrap, npm,Angular and Webpack while the top back-end tools included Node. js, ASP.
用于Web开发的顶级前端工具和框架包括JQuery,Bootstrap,npm,Angular和Webpack,而顶级后端工具包括Node.js,ASP.
结果: 155, 时间: 0.0235

顶级字典查询

英语 - 中文