ArcherGu / fast-vite-nestjs-electron

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

⚡Vite + Electron + Nestjs Template

This template is used to build vite + electron + nestjs projects. Build with Doubleshot, crazy fast!

🎉 Doubleshot is a whole new set of tools to help you quickly build and start a node backend or electron main process.

Introduce

This is a template based on my repo: fast-vite-electron. In the main process, I integrated nestjs. In the main process, you can build your code just as you would write a nestjs backend. Desktop clients built from this template can quickly split the electron when you need to switch to B/S.

Features


  • 🛻 An electron ipc transport for nestjs that provides simple ipc communication.

  • 🪟 An electron module for nestjs to launch electron windows.

How to use

  • Click the Use this template button (you must be logged in) or just clone this repo.
  • In the project folder:
    # install dependencies
    yarn # npm install
    
    # run in developer mode
    yarn dev # npm run dev
    
    # build
    yarn build # npm run build

Note for PNPM

In order to use with pnpm, you'll need to adjust your .npmrc to use any one the following approaches in order for your dependencies to be bundled correctly (ref: #6389):

node-linker=hoisted
public-hoist-pattern=*
shamefully-hoist=true

Relative

My blog post:

About

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

License:MIT License


Languages

Language:TypeScript 64.1%Language:Vue 21.7%Language:JavaScript 9.1%Language:HTML 5.0%