All Projects → FormidableLabs → Electron Webpack Dashboard

FormidableLabs / Electron Webpack Dashboard

Licence: mit
Electron Desktop GUI for Webpack Dashboard

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Electron Webpack Dashboard

Webpack Dashboard
A CLI dashboard for webpack dev server
Stars: ✭ 13,850 (+404%)
Mutual labels:  webpack, dashboard, webpack-dashboard
Jarvis
A very intelligent browser based Webpack dashboard
Stars: ✭ 5,432 (+97.67%)
Mutual labels:  webpack, dashboard
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+2558.08%)
Mutual labels:  webpack, dashboard
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (-53.86%)
Mutual labels:  webpack, dashboard
Vue Admin Webapp
this is a admin project
Stars: ✭ 673 (-75.51%)
Mutual labels:  webpack, dashboard
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+747.38%)
Mutual labels:  webpack, dashboard
Vue Auth Boilerplate
🔑 Vue.js scalable boilerplate with user authentication.
Stars: ✭ 31 (-98.87%)
Mutual labels:  webpack, dashboard
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (-81.91%)
Mutual labels:  webpack, dashboard
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-95.09%)
Mutual labels:  webpack, dashboard
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (-28.53%)
Mutual labels:  webpack, dashboard
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (-93.56%)
Mutual labels:  webpack, dashboard
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (-52.22%)
Mutual labels:  webpack, dashboard
Saas Base
SaaS base application (Flask, Vue, Bootstrap, Webpack)
Stars: ✭ 208 (-92.43%)
Mutual labels:  webpack, dashboard
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (-91.78%)
Mutual labels:  webpack, dashboard
Webpack Shell Plugin
Run shell commands either before or after webpack builds
Stars: ✭ 250 (-90.9%)
Mutual labels:  webpack
PreactSimpleStarter
PWA Simple Starter with Preact, Preact-mdl and Webpack2 🔥🔥🔥
Stars: ✭ 65 (-97.63%)
Mutual labels:  webpack-dashboard
Webpack Library Example
An example of how to author libraries using webpack.
Stars: ✭ 251 (-90.87%)
Mutual labels:  webpack
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-90.68%)
Mutual labels:  webpack
Vue Video
vue + vue-router + vuex + (fetch->axios)
Stars: ✭ 251 (-90.87%)
Mutual labels:  webpack
Clchart
A fast, simple and cross-platform(html5 react-native weex wechat-applet) stock chart library created using canvas.
Stars: ✭ 250 (-90.9%)
Mutual labels:  webpack

Maintenance Status

electron-webpack-dashboard

Electron Desktop GUI for Webpack Dashboard


http://i.imgur.com/9TObNrN.png

Whats this all about?

The original webpack-dashboard, was fun and people seemed to like it. Unless they were on Windows, or used a weird terminal set up, or if they just wanted more.

Making things work across a variety of different terminal environments is pretty rough. Also, a web GUI provides some unique UI possibilities that weren't there with the term display.

So here we are.

The original dashboard felt like working at NASA. 50 years ago. I hope this dashboard feels like working at NASA today. Or at Westworld. Or like the beginning of Westworld at least.

Getting Started

Install

Download the version for your OS here:

https://github.com/FormidableLabs/electron-webpack-dashboard/releases/latest

If you are on macOS you can also install the app via Homebrew Cask:

$ brew update
$ brew cask install webpack-dashboard

Webpack 3 compatibility

To receive a complete analysis of your bundle, including modules, assets, and problems, you will need to make sure your project is using Webpack Dashboard Plugin 1.0 or higher.

Configuring Your Project

First, in your project, install the webpack-dashboard plugin:

npm install webpack-dashboard --save-dev

Next, in any Webpack config you want telemetry on, import the plugin:

const DashboardPlugin = require('webpack-dashboard/plugin');

Then add the plugin to your config's plugins array, like so:

plugins: [
  // ... your other plugins
    new DashboardPlugin()
  ],

Usage

Simply hit save on a project running webpack-dev-server, or run your build task that builds with webpack and providing you have configured your project as shown above, you should see the dashboard start to display data.

Credits

The visualizations view was essentially recreated using code from https://github.com/chrisbateman/webpack-visualizer, and I am forever grateful that I didn't have to figure this stuff out on my own.

Maintenance Status

Archived: This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].