Open rogerxu opened 8 years ago
Task Runner
Task Runner
Bundler
Bundler
Bundler
Single File Components - vue.js
Deploying For Production - vue.js
It is good to keep in mind that Webpack's loaders
are always evaluated from right to left and from bottom to top (separate definitions). The right to left rule is easier to remember when you think about it in terms of functions. You can read definition loaders: ['style', 'css']
as style(css(input))
based on this rule.
{
test: /\.css$/,
loaders: ['style', 'css'],
include: PATHS.app
}
Module Loader
overhead of managing separate dependencies or performance issues introduced by using System.js
Compare different JavaScript Build Tools
Which Should You Use: Webpack or Browserify & Gulp? | Toptal
Features