https://github.com/deuscx/starter-vitesse-electron
Opinionated Vite + Vue + Electron Starter Template
https://github.com/deuscx/starter-vitesse-electron
electron vitesse vue
Last synced: 8 months ago
JSON representation
Opinionated Vite + Vue + Electron Starter Template
- Host: GitHub
- URL: https://github.com/deuscx/starter-vitesse-electron
- Owner: Deuscx
- License: mit
- Created: 2025-02-05T23:21:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T13:05:50.000Z (8 months ago)
- Last Synced: 2025-02-13T14:23:33.382Z (8 months ago)
- Topics: electron, vitesse, vue
- Language: TypeScript
- Homepage:
- Size: 751 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Live Demo
Lightweight version of Vitesse With Electron
## Features
- β‘οΈ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- π [File based routing](./src/pages)
- π¦ [Components auto importing](./src/components)
- π¨ [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- π Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- π₯ Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)
- β Use [Vitest](http://vitest.dev/) for unit and components testing
- π¦Ύ TypeScript, of course
- βοΈ Deploy on Netlify, zero-config
<br>
See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
## Pre-packed
### UI Frameworks
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
### Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [πIcΓ΄nes](https://icones.netlify.app/)
- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### Plugins
- [Vue Router](https://github.com/vuejs/vue-router)
- [`unplugin-vue-router`](https://github.com/posva/unplugin-vue-router) - file system based routing
- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing
- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import
- [`unplugin-vue-macros`](https://github.com/sxzz/unplugin-vue-macros) - Explore and extend more macros and syntax sugar to Vue.
- [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs## Try it now!
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/antfu-collective/vitesse-lite/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit antfu-collective/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```