electron-forge-vite

For test "electron-forge" Vite template. (by caoxiemeihao)

Electron-forge-vite Alternatives

Similar projects and alternatives to electron-forge-vite

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • SpeedrunTimerClient

    A highly customizable speedrun timer app. Created as a project for a dev blog series.

  • 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 logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better electron-forge-vite alternative or higher similarity.

electron-forge-vite reviews and mentions

Posts with mentions or reviews of electron-forge-vite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-18.
  • Making a Speedrun Timer: Chapter 4
    3 projects | dev.to | 18 Apr 2023
    // forge.config.ts // Taken from https://github.com/caoxiemeihao/electron-forge-vite/blob/main/vite-typescript/tmpl/forge.config.ts import type { ForgeConfig } from '@electron-forge/shared-types'; import { MakerSquirrel } from '@electron-forge/maker-squirrel'; import { MakerZIP } from '@electron-forge/maker-zip'; import { MakerDeb } from '@electron-forge/maker-deb'; import { MakerRpm } from '@electron-forge/maker-rpm'; import { VitePlugin } from '@electron-forge/plugin-vite'; const config: ForgeConfig = { packagerConfig: {}, rebuildConfig: {}, makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})], plugins: [ new VitePlugin( { // `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc. // If you are familiar with Vite configuration, it will look really familiar. build: [ { // `entry` is just an alias for `build.lib.entry` in the corresponding file of `config`. entry: 'src/main/main.ts', config: 'vite.main.config.mts', }, { entry: 'src/main/preload.ts', config: 'vite.preload.config.mts', }, ], renderer: [ { name: 'main_window', config: 'vite.renderer.config.mts', }, ], }), ], }; export default config;

Stats

Basic electron-forge-vite repo stats
1
7
10.0
about 1 year ago

caoxiemeihao/electron-forge-vite is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of electron-forge-vite is TypeScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com