Skip to content

A boiler code generator for electron with react or vue with taildwindcss in both JavaScript & TypeScript

Notifications You must be signed in to change notification settings

devsaumya/Elecrue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elecrue Banner

npm version

What does it do?

Elecrue is a boilerplate generator, it generates the boilercode for electron with react or vue with tailwindcss.

Current Templates

1. react-electron-js
2. react-electron-ts
4. react-electron-tailwind-js
5. react-electron-tailwind-ts
6. vue-electron-js
7. vue-electron-tailwind-js

Why Elecrue don't use IPC?

From my experience connecting electron to react or vue is a hard thing, So I found a much easier and reliable solution to this problem, By creating an express server in electron file we can make endpoints for our react or vue application to hit, when app will request those endpoints it will trigger an event by doing that we can do all the work that we can't do in react or vue. Think of it as a function in another file but without calling you are making get request to the server to trigger that function.

How to install it?

  npm i -g elecrue

How to use it?

Elecrue Terminal

About

A boiler code generator for electron with react or vue with taildwindcss in both JavaScript & TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 29.2%
  • HTML 23.5%
  • TypeScript 20.0%
  • Vue 14.9%
  • CSS 12.4%