Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.25 KB

electron-vite-vue

  • 🥳 Kinda simple Electron + Vue + Vite + Python + Axios<>FastAPI boilerplate by Hafiidz

  • Based on greate work by caoxiemeihao at electron-vite

  • Currently support windows, scaffolding ready for MacOS & Linux but no development yet. Please test and send PR for Mac & Linux

  • using virtualenv for python and pyInstaller for standalone

Installation

  1. Make sure you have git, python & virtualenv installed
  2. Clone git via git clone https://github.com/Hafiidz/electron-vite-vue-fastapi.git <folder-name>. Replaced <folder-name> with your desired folder name.
  3. Navigate to the newly created folder cd <folder-name>
  4. Create virtualenv local folders python -m virtualenv .venv
  5. Activate your virtualenv by using .venv/scripts/activate
  6. Install python requirement using pip install -r py/requirements.txt
  7. Install npm requirement using npm i
  8. Development run via npm run dev
  9. Please send PR for any improvement suggestions

Contributors

Hafiidz