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

https://github.com/junaya/giraffe-desktop-app


https://github.com/junaya/giraffe-desktop-app

electron vite vue3 vuex4

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Electron + Vue 3 + Typescript + Vite Project Template








This template should help get you started developing with Vite、Vue 3 and Typescript in Electron.

## How to Use

clone this repository or use [ctm-cli](https://www.npmjs.com/package/ctm-cli) tool.

## Run Dev

Listen for main process file changes to restart

```sh
yarn dev
```

## Build package

```sh
yarn bd
```