vite-plugin-checker VS vite-electron-builder

Compare vite-plugin-checker vs vite-electron-builder and see what are their differences.

vite-plugin-checker

💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more. (by fi3ework)

vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla (by cawa-93)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
vite-plugin-checker vite-electron-builder
1 5
885 981
- -
6.2 9.2
12 days ago about 2 years ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vite-plugin-checker

Posts with mentions or reviews of vite-plugin-checker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.
  • What’s the hype with Vite?
    4 projects | /r/webdev | 25 Nov 2022
    should be leveraging the IDE + CI for that tbh - or a pre-commit hook to run typecheck - or https://github.com/fi3ework/vite-plugin-checker (not used)

vite-electron-builder

Posts with mentions or reviews of vite-electron-builder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.
  • Show HN: Floro – Visual Version Control for static assets and strings
    4 projects | news.ycombinator.com | 2 Apr 2024
    Hey Thanks!

    Just electron & vite. I might actually migrate off electron, Tauri (https://tauri.app/) seems to be getting more stable and it's gotten great reviews.

    I think this is the boilerplate I used though https://github.com/cawa-93/vite-electron-builder.

  • Can't seem to get ipcRenderer / contextBridge working and it's driving me crazy
    2 projects | /r/electronjs | 19 Nov 2023
    Well, now I've tried so many "fresh starts" with different boilerplate electron code from github and each time it's the same thing: the compiled app wouldn't even start (and sometimes I couldn't even get it to work in dev mode). So fast forward to now, I'm on this boilerplate code and I seem to have done the ipcRenderer and contextBridge stuff correctly as per the electron docs.
  • Handle client side dependency
    1 project | /r/electronjs | 12 Jul 2023
    And yes, you can use vite and webpack for building and hot reloading. Saves you lot of time. for example, check this template on Github: https://github.com/cawa-93/vite-electron-builder
  • electron-builder vs electron-forge?
    2 projects | /r/electronjs | 30 Aug 2021
    For pet project I used this https://github.com/cawa-93/vite-electron-builder - it's secure and works faster than with webpack. At work project we use electron forge with webpack and it runs much slower. And with electron it's annoying because electron is slow. I even try to develop via storybook when possible.
  • How to package desktop electron app created using node.js
    1 project | /r/node | 16 Jun 2021
    https://github.com/cawa-93/vite-electron-builder Try this template (vue is easily removable)