Skip to content

CloudWoR/AutoPrinterServer

Repository files navigation

logo

⚡Vite + Electron + Nestjs & Esbuild Template

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

NOTE: Main process is built with esbuild. After some modifications, it currently supports emitDecoratorMetadata.

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.

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

Relative

My blog post:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published