-
Updated
Jan 15, 2022 - 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+
Curated tutorial and resource links I've collected on React, Redux, ES6, and more
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
A Foundation for Scalable Cross-Platform Apps
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
This is probably the best web presentation tool so far!
High performance JavaScript templating engine
Transform SVGs into React components
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Prerenders static HTML in a single-page application.
Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens
Released March 10, 2012
Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.