webpack2
Webpack is a bundler that takes modules with dependencies and creates static assets. It is designed to simplify and enhance the development and user experience.
Here are 1,685 public repositories matching this topic...
Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + Superagent
-
Updated
Nov 5, 2017 - Vue
Section: Optimizing - Minifying - Minifying Css
By default, the cssnano would remove the vendor prefix of the stylesheet. So I think it better to disable the autoprefixer, or at least inform the reader somewhere in this section.
Split out of #225...
I was wondering about drastically simplifying the .merge() section of the docs, so that instead of being a copy-paste of every webpack config option, it only listed the areas where the data structure differed from the real webpack config schema (plus perhaps a few examples from the options that were identical).
ie:
// Differences from webpack configTo convenient and clearly, for webpack user to find their wanted plugins in https://webpack.js.org/plugins/.
Whether the plugins list can arrange with types(with similar ability) like in loaders, such as Minify, Output and so on?
Some of plugins have similar ability. like babel-miniy-webpack-plugin,ugliyfyjs-webpack-plugin,terser-webpack-plugin are all about
svg-sprite-loader is good loader for svg.
But the example custom-runtime-generator only include React.
I create a repo for use svg-sprite-loader in vue through runtime-generator.
Please see this repo: https://github.com/Akimyou/svg-sprite-vue-generator
But i want to add some example in svg-sprite-loader main repo or in docs, can U give me some suggestion about it?
This is a Bug Report
Description
For bug reports:
- What went wrong?
When I was using only one package, web3 could be bundled successfully.
But, I needed to restruct my project to using yarn workspace. So, I only restructed (not code edited) my project and I came across some bundling errors.
(skip warning)
ERROR in D:/Users/jormal/WebstormProjects/TX_COLLECTOR/tx-collector/n
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
-
Updated
Nov 27, 2017 - Vue
Load Bootstrap styles and scripts in your Webpack bundle
-
Updated
Jul 8, 2020 - JavaScript
Budgeting - React + Redux + Webpack (tree shaking) Sample App
-
Updated
May 25, 2020 - JavaScript
Learn vueJS Easily
-
Updated
Jul 7, 2020 - Vue
-
Updated
Feb 22, 2020 - Vue
column meanings
It would be helpful to have tooltips or documentation to explain the significance of "weighted" vs. "size", and "dependants" vs "imports".
A starter project for modern React apps with Redux
-
Updated
Mar 7, 2017 - JavaScript
An opinionated React based repository which is optimized for Progressive Web App development.
-
Updated
Feb 27, 2017 - JavaScript
Vue 2.0 admin-dashboard based on Quasar-Framework
-
Updated
Jun 6, 2020 - Vue
-
Updated
Jul 4, 2018 - CSS
Server Side Rendering library for React Router v4.
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
Feb 7, 2018 - TypeScript
Development and Hot Reload Middleware for Koa2
-
Updated
Feb 17, 2020 - JavaScript
This could be useful for contributors to test any changes (manually for now) inside the repo, not having to use an external environment.
This folder should be in .npmignore.
Automated testing I think is out of the scope of this project since it's more of a wrapper plugin for Browsersync.
Perhaps some unit tests for the css emissions check?
Full stack, user based, PWA, Vue template.
-
Updated
Nov 12, 2018 - JavaScript
Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens
Released March 10, 2012
- Organization
- webpack
- Website
- webpack.js.org
- Wikipedia
- Wikipedia


使用 Mock mock 数据的时候,需要硬编码数据到代码里面
使用 easy-mock 需要外网访问
使用 http-mock-middleware 仅仅需要新增如下
devServer.after的配置项,就可以很方便的管理假数据,也方便开发者任意的修改假数据,而不需要提交: