Fast Vite Nestjs Electron

screenshot of Fast Vite Nestjs Electron
nestjs
vite
vue

Vite + Vue + Electron + Nestjs with esbuild, crazy fast!

Overview:

The Vite + Electron + Nestjs Template is a template used to build vite + electron + nestjs projects. It is built with Doubleshot, which is a new set of tools designed to help quickly build and start a node backend or electron main process. This template integrates nestjs in the main process, allowing users to easily build their code similar to writing a nestjs backend. Desktop clients built from this template have the ability to quickly split the electron when needed to switch to B/S.

Features:

  • vite-plugin-doubleshot: Allows for running/building of electron main process or node backend.
  • Electron IPC transport for nestjs: Provides simple ipc communication.
  • Electron module for nestjs: Allows for launching of electron windows.
  • Quick start and build: Powered by tsup and electron-builder integrated in @doubleshot/builder.

Summary:

The Vite + Electron + Nestjs Template is a powerful template for building vite + electron + nestjs projects. It provides key features such as vite-plugin-doubleshot, electron IPC transport for nestjs, and electron module for nestjs. The template also offers quick start and build functionalities powered by tsup and electron-builder integrated in @doubleshot/builder. With this template, developers can easily build desktop clients with the ability to switch between electron and B/S when needed.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.