Skip to content

✨✨✨ Geeker Admin,基于 Vue3.3、TypeScript、Vite4、Pinia、Element-Plus 开源的一套后台管理框架。

License

Notifications You must be signed in to change notification settings

linruohan/Geeker-Admin

 
 

Repository files navigation

my electron-vite-vue

🥳 Really simple Electron + Vue + Vite boilerplate.

Quick Setup

更新: Geeker-Admin: https://github.com/HalseySpicy/Geeker-Admin.git 更新: electron-vite-vue https://github.com/electron-vite/electron-vite-vue.git

enter the project directory

cd Geeker-Admin

install dependency

pnpm install

develop

pnpm dev

build

pnpm build


## Directory

```diff
+ ├─┬ electron
+ │ ├─┬ main
+ │ │ └── index.ts    entry of Electron-Main
+ │ └─┬ preload
+ │   └── index.ts    entry of Preload-Scripts
  ├─┬ src
  │ └── main.ts       entry of Electron-Renderer
  ├── index.html
  ├── package.json
  └── vite.config.ts

About

✨✨✨ Geeker Admin,基于 Vue3.3、TypeScript、Vite4、Pinia、Element-Plus 开源的一套后台管理框架。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.2%
  • TypeScript 35.5%
  • SCSS 8.1%
  • JavaScript 2.4%
  • HTML 0.5%
  • CSS 0.3%