appinteractive / electron-vite-tailwind-starter

This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron 12 + Vite 2 + Tailwind 2 - Starter

NOTE: !Unmaintained - For an up to date electron + vite solution you can use electron-vite-vue

Electron + Vite + Tailwind Starter

This Starter utilizes Electron, Vite and Tailwind in combination. It tries to adhere the best practices mentioned in the Talk by Kilian Valkhof

Also does it use Tailwinds JIT Mode.

Installation

yarn

Development

yarn dev

Be careful, do not run yarn dev:electron or yarn dev:vite solo as they need each other! (see #83)

Build

yarn build

About

This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.

License:MIT License


Languages

Language:JavaScript 41.8%Language:TypeScript 28.3%Language:HTML 14.5%Language:Vue 9.6%Language:CSS 5.8%