An open API service indexing awesome lists of open source software.

https://github.com/odashikonbu/vite-electron-svelte5-template

Svelte V5 and Electron and vite template
https://github.com/odashikonbu/vite-electron-svelte5-template

electron electron-builder svelte tailwind-css vite

Last synced: 2 months ago
JSON representation

Svelte V5 and Electron and vite template

Awesome Lists containing this project

README

        

# Vite-electron-svelte5-template

[electron-vite](https://github.com/alex8088/electron-vite)がSvelte V5に対応していなかったので自分で修正したテンプレートです。

Template for Svelte V5 and Electron. created from [electron-vite](https://github.com/alex8088/electron-vite) svelte.

## Project Setup

### Install

```bash
$ yarn install
```

### Development

```bash
$ yarn dev
```

### Build

```bash
# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux
```