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
- Host: GitHub
- URL: https://github.com/junaya/giraffe-desktop-app
- Owner: JunaYa
- License: mit
- Created: 2018-09-14T09:34:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T15:47:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T15:42:27.610Z (4 months ago)
- Topics: electron, vite, vue3, vuex4
- Language: Vue
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```