All Projects → zouhir → Jarvis

zouhir / Jarvis

A very intelligent browser based Webpack dashboard

Programming Languages

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

Projects that are alternatives of or similar to Jarvis

Saas Base
SaaS base application (Flask, Vue, Bootstrap, Webpack)
Stars: ✭ 208 (-96.17%)
Mutual labels:  webpack, dashboard
Electron Webpack Dashboard
Electron Desktop GUI for Webpack Dashboard
Stars: ✭ 2,748 (-49.41%)
Mutual labels:  webpack, dashboard
Vue Admin
基于and-design-vue的vue后台管理系统模板
Stars: ✭ 226 (-95.84%)
Mutual labels:  webpack, dashboard
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (-96.74%)
Mutual labels:  webpack, dashboard
Happypack
Happiness in the form of faster webpack build times.
Stars: ✭ 4,232 (-22.09%)
Mutual labels:  webpack, build-tool
Webpack Dashboard
A CLI dashboard for webpack dev server
Stars: ✭ 13,850 (+154.97%)
Mutual labels:  webpack, dashboard
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+1244.7%)
Mutual labels:  webpack, dashboard
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-97.51%)
Mutual labels:  webpack, dashboard
Sku
Front-end development toolkit
Stars: ✭ 403 (-92.58%)
Mutual labels:  webpack, build-tool
Neutrino
Create and build modern JavaScript projects with zero initial configuration.
Stars: ✭ 3,844 (-29.23%)
Mutual labels:  webpack, build-tool
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-96.85%)
Mutual labels:  webpack, build-tool
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (-90.85%)
Mutual labels:  webpack, dashboard
Webpack Interview Questions
Webpack questions/answers you can use to prepare for interviews or test your knowledge.
Stars: ✭ 159 (-97.07%)
Mutual labels:  webpack, build-tool
Poi
⚡A zero-config bundler for JavaScript applications.
Stars: ✭ 5,291 (-2.6%)
Mutual labels:  webpack, build-tool
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (-63.84%)
Mutual labels:  webpack, dashboard
Webpack
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.
Stars: ✭ 60,034 (+1005.19%)
Mutual labels:  webpack, build-tool
How To Setup Webpack 2
🔧 ⚙ Tutorial to setup webpack 2 from scratch.
Stars: ✭ 107 (-98.03%)
Mutual labels:  webpack, build-tool
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (-69.62%)
Mutual labels:  webpack, build-tool
Ykit
基于 Webpack 的灵活快速的打包工具,帮助稳定高效构建现代 JavaScript 应用。
Stars: ✭ 375 (-93.1%)
Mutual labels:  webpack, build-tool
Elf
灵活可扩展的 HTML5 构建工具
Stars: ✭ 479 (-91.18%)
Mutual labels:  webpack, build-tool


About the Project

J.A.R.V.I.S. (Just A Rather Very Intelligent System) will put in your browser all the relevant information you need from your webpack build whether in dev or in prod.

Tons of features are on the roadmap but still, this beta version will improve the way you look at webpack-dev-server or webpack production build bundle, chunks and other output assets.

It is hugely inspired by other webpack dashboards and the core idea is not original, but here are some features:

Original Features:

  • Shows you the count of ES Harmony module imports which can be treeshakable and the CJS ones which are not.
  • Shows you how well your assets perform in 12 different connection types.
  • Google or Stackoverflow Search for programming errors in 1 button click.

Other Features:

  • Runs in the browser.
  • Beautified errors output.
  • Easy way figure out total assets size and individual bundles and chunks.
  • It's very beautiful.

Tech Stack:

  • Preact with Sass pre-processor.
  • Socket IO.
  • Polka Server.

Screenshot:

Installation

$ npm i -D webpack-jarvis

In your webpack config file:

const Jarvis = require("webpack-jarvis");

/* the rest of your webpack configs */

plugins: [
  new Jarvis({
    port: 1337 // optional: set a port
  })
];

In your browser open:

localhost:1337

and you are all set!

Options

Options are (optionally) passed in to the constructor

new Jarvis(options);

options.port

Type: Number
Default: 1337

The Jarvis dashboard will open on a localhost server at this port.

options.host

Type: String
Default: localhost

The Jarvis dashboard will attach to this host, e.g. 0.0.0.0.

options.watchOnly

Type: Boolean
Default: true

If set to false, then Jarvis will also run for non-watch builds, and keep running after the build completes.

options.packageJsonPath

Type: String
Default: process.cwd()

Jarvis will look inside this directory for your package.json.

Help & Contribute

Setting up the dev environment

Install Dependencies:

$ npm install

Run Jarvis in your browser, Jarvis root:

$ npm run watch

Finally, open a browser to http://localhost:1337!

On the roadmap:

  • Cleanup the hacky code in the client app, it's embarassing, I'm sorry!
  • Enforce best practices, structure and higher code quality standards.
  • Bundle size analyzer like feature in the table.
  • Build snippets page.
  • Build Oppurtunities Section to suggest loaders, plugins, etc. that can improve your build and bundle.

Note:

I am not entirely sure how many bugs you will catch while it's in beta, but what I know for sure is the whole app, especially the client Preact app can be dramatically improved, JS & CSS and structure wise as the whole thing has been built in a rush in a very hacky way.

Contributors

Thanks goes to these wonderful people (emoji key):


Zouhir ⚡️

💻 🤔

Luke Edwards

💻

Ari Picker

💻

Marius Niveri

💻

Gagan

📖

石发磊

📖

ZiYingMai

💻

rachmulvey

💻

Stephan Schneider

📖

Christopher Peng

💻

Francesco Soncina

💻

Jeremy Monson

💻

Gusten

💻

Tamas Sule

💻

remmy hume

💻

Michael Persson

📖

Zach Gawlik

💻 📖

Khachatur

💻

Timo M. Staudinger

💻

This project follows the all-contributors specification. Contributions of any kind are welcome!

Credits

License

MIT © Zouhir

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].