Electron + Vite + TypeScript + Vue Project Template(Personal Use)
node: v23.3.0
# Install dependencies
npm install
# Run the app in development mode
npm run start
# Package the app
npm run package
# Make the app
npm run make
# Publish the app
npm run publish