-
Updated
Aug 6, 2021 - Vue
{{ message }}
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.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Customizable admin dashboard template based on Angular 10+
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
A CLI dashboard for webpack dev server
WordPress starter theme with a modern development workflow
We would like to avoid confusion like we have in webpack-contrib/webpack-bundle-analyzer#185
We could document statsFilename and reportFilename options allowing the use of an absolute file path like /path/to/folder so that people would know it's supported.
Let us know in this issue if you would like to contribute to this!
基于 vue + element-ui 的后台管理系统
An elegant dashboard
Simplifies creation of HTML files to serve your webpack bundles
High performance JavaScript templating engine
This is probably the best web presentation tool so far!
Transform SVGs into React components
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens
Released March 10, 2012
Describe the bug
When using
@storybook/addons-backgroundsin a react project with a customDecorator, the initial/default background value is not passed to thecontext.globals.I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce