Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buqiyuan/electron-vite-monorepo
Electron Turborepo monorepo with pnpm, Vue, Vite boilerplate
https://github.com/buqiyuan/electron-vite-monorepo
boilerplate electron monorepo pnpm turborepo typescipt vitejs vue
Last synced: about 1 month ago
JSON representation
Electron Turborepo monorepo with pnpm, Vue, Vite boilerplate
- Host: GitHub
- URL: https://github.com/buqiyuan/electron-vite-monorepo
- Owner: buqiyuan
- License: mit
- Created: 2021-03-01T07:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:07:36.000Z (3 months ago)
- Last Synced: 2024-09-28T23:01:19.347Z (about 1 month ago)
- Topics: boilerplate, electron, monorepo, pnpm, turborepo, typescipt, vitejs, vue
- Language: TypeScript
- Homepage: https://buqiyuan.github.io/electron-vite-monorepo/
- Size: 1.59 MB
- Stars: 692
- Watchers: 17
- Forks: 181
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Vite Monorepo
An Electron + Vite Monorepo Demo
Uses:
- Vue.js
- Typescript
- Turborepo
- Vite (for Electron builds)## Getting Started
```bash
pnpm install
pnpm run dev
```## Build
```bash
pnpm build
```# Pack App
```bash
pnpm build:app
```