Skip to content

hafiidz/electron-vite-vue-fastapi

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published