electron-vite-boilerplate VS vite-electron-builder

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

electron-vite-boilerplate

📚 Really simple Electron + Vite boilerplate. (by caoxiemeihao)

vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla (by cawa-93)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
electron-vite-boilerplate vite-electron-builder
2 5
201 981
-0.5% -
4.9 9.2
3 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.

electron-vite-boilerplate

Posts with mentions or reviews of electron-vite-boilerplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-06.

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)